Class: Alchemy::Admin::IngredientsController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- BaseController
- Alchemy::Admin::IngredientsController
- Includes:
- CropAction
- Defined in:
- app/controllers/alchemy/admin/ingredients_controller.rb
Instance Method Summary collapse
Methods included from CropAction
Methods inherited from BaseController
Methods included from Modules
included, #module_definition_for, register_module
Methods included from Alchemy::AbilityHelper
Methods included from ConfigurationMethods
#configuration, #multi_language?, #multi_site?, #prefix_locale?
Instance Method Details
#edit ⇒ Object
12 13 |
# File 'app/controllers/alchemy/admin/ingredients_controller.rb', line 12 def edit end |
#update ⇒ Object
15 16 17 |
# File 'app/controllers/alchemy/admin/ingredients_controller.rb', line 15 def update @ingredient.update(ingredient_params) end |