Module: Toppings::Helper::PathHelper::ClassMethods

Defined in:
lib/toppings/helper/path_helper.rb

Instance Method Summary collapse

Instance Method Details

#template_pathObject



16
17
18
# File 'lib/toppings/helper/path_helper.rb', line 16

def template_path
  @template_path ||= Pathname(Toppings.gem_root).join('lib', 'toppings', 'templates')
end