Method: Vario::SettingsController#show
- Defined in:
- app/controllers/vario/settings_controller.rb
#show ⇒ Object
21 22 23 24 25 26 27 28 |
# File 'app/controllers/vario/settings_controller.rb', line 21 def show @setting = Setting.find(params[:id]) if respond_to?(:add_breadcrumb) I18n.t('breadcrumbs.vario.settings.index'), (@setting) @setting.name, setting_path(@setting) end end |