Class: ActiveContent::ModelGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- ActiveContent::ModelGenerator
- Defined in:
- lib/generators/active_content/model_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration_file ⇒ Object
12 13 14 |
# File 'lib/generators/active_content/model_generator.rb', line 12 def create_migration_file template 'model.rb', "app/models/#{model_file}.rb" end |