Class: Heroku::Generators::ConfigGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Heroku::Generators::ConfigGenerator
- Defined in:
- lib/generators/heroku/config_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
6 7 8 |
# File 'lib/generators/heroku/config_generator.rb', line 6 def self.source_root @_heroku_gen_source_root ||= File.("../../templates", __FILE__) end |
Instance Method Details
#create_config_file ⇒ Object
10 11 12 |
# File 'lib/generators/heroku/config_generator.rb', line 10 def create_config_file template 'heroku.yml', File.join('config', "heroku.yml") end |
#create_rake_file ⇒ Object
14 15 16 |
# File 'lib/generators/heroku/config_generator.rb', line 14 def create_rake_file template 'heroku.rake', File.join('lib', 'tasks', "heroku.rake") end |