Module: Massimo::Helpers
- Includes:
- Padrino::Helpers::AssetTagHelpers, Padrino::Helpers::FormHelpers, Padrino::Helpers::FormatHelpers, Padrino::Helpers::NumberHelpers, Padrino::Helpers::OutputHelpers, Padrino::Helpers::TagHelpers, Padrino::Helpers::TranslationHelpers
- Defined in:
- lib/massimo/helpers.rb
Instance Method Summary collapse
-
#config ⇒ Object
Returns the current Site configuration.
-
#render(view_name, locals = {}) ⇒ Object
Renders a view with the given locals.
-
#site ⇒ Object
Returns an instance of the Site.
Instance Method Details
#config ⇒ Object
Returns the current Site configuration
19 20 21 |
# File 'lib/massimo/helpers.rb', line 19 def config Massimo.config end |