class ForemanSalt::SaltModulesController
def update
def update if @salt_module.update_attributes(salt_module_params) success _('Successfully updated %s.' % @salt_module.to_s) redirect_to salt_modules_path else process_error end end
def update if @salt_module.update_attributes(salt_module_params) success _('Successfully updated %s.' % @salt_module.to_s) redirect_to salt_modules_path else process_error end end