2014-05-12 08:18:35 +00:00
|
|
|
OrbitApp.registration "Category", type: 'ModuleApp' do
|
|
|
|
module_label 'module_name.category'
|
|
|
|
base_url File.expand_path File.dirname(__FILE__)
|
2014-08-05 13:51:05 +00:00
|
|
|
|
2014-05-12 08:18:35 +00:00
|
|
|
side_bar do
|
|
|
|
head_label_i18n 'module_name.category', icon_class: "icons-flow-cascade"
|
|
|
|
head_link_path "admin_categories_path"
|
|
|
|
active_for_controllers (['admin/categories'])
|
2014-07-31 12:48:23 +00:00
|
|
|
available_for "admin"
|
2014-05-12 08:18:35 +00:00
|
|
|
end
|
|
|
|
end
|