This website requires JavaScript.
Explore
Help
Sign In
developers
/
Orbit
Watch
2
Star
0
Fork
You've already forked Orbit
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fe1869199e
Orbit
/
app
/
controllers
/
admin
/
module_store_controller.rb
11 lines
125 B
Ruby
Raw
Normal View
History
Unescape
Escape
Module store
2012-11-28 18:02:37 +00:00
class
Admin
::
ModuleStoreController
<
ApplicationController
New UI changes(tags, categories, authorisations, module index…) To run: - ruby lib/remove_old_tags.rb DB_NAME - rake new_ui:migrate_tags - rake new_ui:migrate_categories['APP_KEY,''MODEL_NAME'] (check new_ui.rake for more details)
2013-07-02 08:46:44 +00:00
layout
"
back_end
"
Module store
2012-11-28 18:02:37 +00:00
def
index
end
def
show
end
end