Sha256: 8145868989036d3daaf218b3c474a3ac2fcfc52e56c1a24c80d5bfdab0f652ec
Contents?: true
Size: 285 Bytes
Versions: 97
Compression:
Stored size: 285 Bytes
Contents
module Pageflow module ThemingsHelper DEFAULT_PUBLIC_ENTRY_OPTIONS = lambda do |theming| theming.cname.present? ? {host: theming.cname} : nil end def pretty_theming_url(theming) public_root_url(Pageflow.config.theming_url_options(theming)) end end end
Version data entries
97 entries across 97 versions & 1 rubygems