Method: Jets::Generator#template_paths

Defined in:
lib/jets/generator.rb

#template_pathsObject



44
45
46
47
# File 'lib/jets/generator.rb', line 44

def template_paths
  templates_path = File.expand_path("../generator/templates", __FILE__)
  [templates_path]
end