Method: Exo::RouteDecorator#layout_path

Defined in:
app/presenters/exo/route_decorator.rb

#layout_pathObject



15
16
17
# File 'app/presenters/exo/route_decorator.rb', line 15

def layout_path
  object.site.nest_path(object.layout_path || DEFAULT_LAYOUT)
end