Module: Gluttonberg::Templates

Defined in:
lib/gluttonberg/templates.rb

Overview

This module mainly acts as container for configuration related to the Gluttonberg templates.

Class Method Summary collapse

Class Method Details

.editor_template_path(type) ⇒ Object



5
6
7
# File 'lib/gluttonberg/templates.rb', line 5

def self.editor_template_path(type)
  "/gluttonberg/admin/content/editors/#{type}"
end