Module: Pageflow::EntriesHelper::PrettyUrl Private
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
Instance Method Details
#build(routes, entry, options) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
18 19 20 21 |
# File 'app/helpers/pageflow/entries_helper.rb', line 18 def build(routes, entry, ) with_custom_canonical_url_prefix(entry) || default(routes, entry, ) end |