module Toppings::Helper::PathHelper::ClassMethods
Public Instance Methods
template_path()
click to toggle source
# File lib/toppings/helper/path_helper.rb, line 16 def template_path @template_path ||= Pathname(Toppings.gem_root).join('lib', 'toppings', 'templates') end