Class: E9Crm::MenuOptionsController

Inherits:
ResourcesController show all
Includes:
E9Rails::Controllers::Sortable
Defined in:
app/controllers/e9_crm/menu_options_controller.rb

Instance Method Summary collapse

Methods inherited from ResourcesController

defaults

Instance Method Details

#createObject



15
16
17
# File 'app/controllers/e9_crm/menu_options_controller.rb', line 15

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

#updateObject



19
20
21
# File 'app/controllers/e9_crm/menu_options_controller.rb', line 19

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