This website requires JavaScript.
Explore
Help
Register
Sign In
seth
/
jam-cloud
mirror of
https://bitbucket.org/jamkazam/jam-cloud.git
Watch
1
Star
0
Fork
You've already forked jam-cloud
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
48dfb68f89
jam-cloud
/
admin
/
app
/
helpers
/
meta_helper.rb
8 lines
103 B
Ruby
Raw
Normal View
History
Unescape
Escape
* VRFS-586 - adding version info to jam-admin (not hidden like it is in jam-web
2013-08-29 13:48:54 +00:00
module
MetaHelper
def
version
(
)
change database migrations to be natural rails db migrations.
2021-02-01 17:58:25 +00:00
"
web=
#{
::
JamAdmin
::
VERSION
}
lib=
#{
JamRuby
::
VERSION
}
"
* VRFS-586 - adding version info to jam-admin (not hidden like it is in jam-web
2013-08-29 13:48:54 +00:00
end
end