Class: Alchemy::Admin::EssenceAudiosController

Inherits:
BaseController show all
Defined in:
app/controllers/alchemy/admin/essence_audios_controller.rb

Instance Method Summary collapse

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

#updateObject



9
10
11
# File 'app/controllers/alchemy/admin/essence_audios_controller.rb', line 9

def update
  @essence_audio.update(essence_audio_params)
end