class FieldTest::Generators::EventsGenerator
Public Instance Methods
copy_migration()
click to toggle source
# File lib/generators/field_test/events_generator.rb, line 9 def copy_migration migration_template "events.rb", "db/migrate/create_field_test_events.rb", migration_version: migration_version end
migration_version()
click to toggle source
# File lib/generators/field_test/events_generator.rb, line 13 def migration_version "[#{ActiveRecord::VERSION::MAJOR}.#{ActiveRecord::VERSION::MINOR}]" end