Massimo includes a few built-in helpers for convience, but mostly relies on including the helpers from Padrino::Helpers.

Built-in Helpers

site()

Returns a reference to the current site.

config()

Returns a reference to the current site’s configuration.

render(view, locals = {})

Renders a view with the given locals. Kind of like render :partial in Rails.

Included Helpers

Massimo includes all of the modules except the Padrino::Helpers::RenderHelper. So check out their documentation for more information.

Fork me on GitHub