Class: Blueprint::Generator::RailsApp
- Defined in:
- lib/blueprint/generator/rails_app.rb
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Blueprint::Generator::Base
Class Method Details
.template_path ⇒ Object
6 7 8 |
# File 'lib/blueprint/generator/rails_app.rb', line 6 def self.template_path 'rails_app' end |