Method: TemplateHelpers#source_path

Defined in:
lib/potassium/helpers/template-helpers.rb

#source_path(path) ⇒ Object



43
44
45
46
47
# File 'lib/potassium/helpers/template-helpers.rb', line 43

def source_path(path)
  define_singleton_method :source_paths do
    [File.expand_path(File.dirname(path))]
  end
end