Class: Stonepath::Generators::EventLogGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Stonepath::Generators::EventLogGenerator
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/generators/stonepath/event_log/event_log_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
8 9 10 |
# File 'lib/generators/stonepath/event_log/event_log_generator.rb', line 8 def self.source_root @source_root ||= File.join(File.dirname(__FILE__), 'templates') end |
Instance Method Details
#create_migration ⇒ Object
16 17 18 |
# File 'lib/generators/stonepath/event_log/event_log_generator.rb', line 16 def create_migration migration_template 'create_event_records.rb', "db/migrate/create_event_records.rb" end |
#create_model_file ⇒ Object
12 13 14 |
# File 'lib/generators/stonepath/event_log/event_log_generator.rb', line 12 def create_model_file template('event_record.rb', "app/models/event_record.rb") end |