Method: Alchemy::Page.url_path_class

Defined in:
app/models/alchemy/page.rb

.url_path_classObject

The url_path class

See Also:



173
174
175
# File 'app/models/alchemy/page.rb', line 173

def url_path_class
  @_url_path_class ||= Alchemy::Page::UrlPath
end