Method: Jets::Generator#template_paths
- Defined in:
- lib/jets/generator.rb
#template_paths ⇒ Object
44 45 46 47 |
# File 'lib/jets/generator.rb', line 44 def template_paths templates_path = File.("../generator/templates", __FILE__) [templates_path] end |