Class: RubyStackoverflowGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- RubyStackoverflowGenerator
- Defined in:
- lib/ruby-stackoverflow/ruby-stackoverflow_generator.rb,
lib/generators/ruby_stackoverflow/ruby_stackoverflow_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
8 9 10 |
# File 'lib/ruby-stackoverflow/ruby-stackoverflow_generator.rb', line 8 def self.source_root @_ruby_stackoverflow_root ||= File.("../templates", __FILE__) end |
Instance Method Details
#install ⇒ Object
12 13 14 |
# File 'lib/ruby-stackoverflow/ruby-stackoverflow_generator.rb', line 12 def install template 'ruby-stackoverflow.rb', 'config/initializer/ruby-stackoverflow.rb' end |