Class: Blueprint::Generator::RailsApp

Inherits:
Base
  • Object
show all
Defined in:
lib/blueprint/generator/rails_app.rb

Instance Attribute Summary

Attributes inherited from Base

#config, #name

Class Method Summary collapse

Methods inherited from Base

#initialize, #run!

Constructor Details

This class inherits a constructor from Blueprint::Generator::Base

Class Method Details

.template_pathObject



6
7
8
# File 'lib/blueprint/generator/rails_app.rb', line 6

def self.template_path
  'rails_app'
end