Method: RearHelpers::InstanceMixin#reander_layout
- Defined in:
- lib/rear/helpers/render.rb
#reander_layout(path, *rest, &proc) ⇒ Object Also known as: reander_l
13 14 15 |
# File 'lib/rear/helpers/render.rb', line 13 def reander_layout path, *rest, &proc render_slim_l path_to_rear_templates('%s.slim' % path), *rest, &proc end |