Class: Pageflow::Generators::InitializerGenerator Private
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Pageflow::Generators::InitializerGenerator
- Defined in:
- lib/generators/pageflow/initializer/initializer_generator.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #create_initializer ⇒ Object private
Instance Method Details
#create_initializer ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
11 12 13 |
# File 'lib/generators/pageflow/initializer/initializer_generator.rb', line 11 def create_initializer template 'pageflow.rb', 'config/initializers/pageflow.rb' end |