Class: E9Attributes::MenuOptionsController

Inherits:
Admin::ResourceController
  • Object
show all
Includes:
E9Rails::Controllers::Sortable, E9Rails::Helpers::ResourceLinks
Defined in:
app/controllers/e9_attributes/menu_options_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



16
17
18
# File 'app/controllers/e9_attributes/menu_options_controller.rb', line 16

def create
  create! { collection_path(:key => resource.key) }
end

#updateObject



20
21
22
# File 'app/controllers/e9_attributes/menu_options_controller.rb', line 20

def update
  update! { collection_path(:key => resource.key) }
end