Module: EacRailsBase0::LayoutHelper
- Defined in:
- app/helpers/eac_rails_base0/layout_helper.rb
Constant Summary collapse
- APP_TITLE_METHOD =
'app_title'
Instance Method Summary collapse
Instance Method Details
#base0_app_title ⇒ Object
7 8 9 10 11 12 13 |
# File 'app/helpers/eac_rails_base0/layout_helper.rb', line 7 def base0_app_title if respond_to?(APP_TITLE_METHOD) send(APP_TITLE_METHOD) else "Implement the helper method \"#{APP_TITLE_METHOD}\"" end end |