Class: E9Attributes::MenuOptionsController
- Inherits:
-
Admin::ResourceController
- Object
- Admin::ResourceController
- E9Attributes::MenuOptionsController
- Includes:
- E9Rails::Controllers::Sortable, E9Rails::Helpers::ResourceLinks
- Defined in:
- app/controllers/e9_attributes/menu_options_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
16 17 18 |
# File 'app/controllers/e9_attributes/menu_options_controller.rb', line 16 def create create! { collection_path(:key => resource.key) } end |
#update ⇒ Object
20 21 22 |
# File 'app/controllers/e9_attributes/menu_options_controller.rb', line 20 def update update! { collection_path(:key => resource.key) } end |