Sha256: 6d1f1eab2b02ae4a8f71e16f6deb1de7424e7542950ece5c7b3b185e3a154d6a
Contents?: true
Size: 256 Bytes
Versions: 3
Compression:
Stored size: 256 Bytes
Contents
module Gluttonberg # This module mainly acts as container for configuration related to the # Gluttonberg templates. module Templates def self.editor_template_path(type) "/gluttonberg/admin/content/editors/#{type}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gluttonberg-core-3.0.2 | lib/gluttonberg/templates.rb |
gluttonberg-core-3.0.1 | lib/gluttonberg/templates.rb |
gluttonberg-core-3.0.0 | lib/gluttonberg/templates.rb |