Class: Alchemy::Admin::EssencePicturesController

Inherits:
BaseController show all
Includes:
CropAction
Defined in:
app/controllers/alchemy/admin/essence_pictures_controller.rb

Instance Method Summary collapse

Methods included from CropAction

#crop

Methods inherited from BaseController

#leave

Methods included from Modules

included, #module_definition_for, register_module

Methods included from Alchemy::AbilityHelper

#current_ability

Methods included from ConfigurationMethods

#configuration, #multi_language?, #multi_site?, #prefix_locale?

Instance Method Details

#editObject



17
18
# File 'app/controllers/alchemy/admin/essence_pictures_controller.rb', line 17

def edit
end

#updateObject



20
21
22
# File 'app/controllers/alchemy/admin/essence_pictures_controller.rb', line 20

def update
  @essence_picture.update(essence_picture_params)
end