Module: Adminterface::Extensions::ViewHelpers::ComponentHelper
- Defined in:
- lib/adminterface/extensions/view_helpers/component_helper.rb
Instance Method Summary collapse
Instance Method Details
#footer(namespace) ⇒ Object
11 12 13 14 15 |
# File 'lib/adminterface/extensions/view_helpers/component_helper.rb', line 11 def (namespace) Arbre::Context.new({}, self) do namespace end.content end |
#site_title(namespace) ⇒ Object
5 6 7 8 9 |
# File 'lib/adminterface/extensions/view_helpers/component_helper.rb', line 5 def site_title(namespace) Arbre::Context.new({}, self) do site_title namespace, false end.content end |