Sha256: 5ce8e5194baef32c58595f2f2dffbbaf9c59e1dd0fdfafa17b8e3ffee3baf741
Contents?: true
Size: 231 Bytes
Versions: 31
Compression:
Stored size: 231 Bytes
Contents
module Pageflow module ThemesHelper def themes_options_json_seed Pageflow.config.themes.each_with_object({}) do |theme, options| options[theme.name] = theme.options end.to_json.html_safe end end end
Version data entries
31 entries across 31 versions & 1 rubygems