Class: Pageflow::Generators::SeedsGenerator Private

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/pageflow/seeds/seeds_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

Instance Method Details

#create_initializerObject

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.



16
17
18
# File 'lib/generators/pageflow/seeds/seeds_generator.rb', line 16

def create_initializer
  template 'seeds.rb', 'db/seeds.rb'
end