class FieldTest::Generators::InstallGenerator

Public Instance Methods

copy_config() click to toggle source
# File lib/generators/field_test/install_generator.rb, line 13
def copy_config
  template "config.yml", "config/field_test.yml"
end
copy_migration() click to toggle source
# File lib/generators/field_test/install_generator.rb, line 9
def copy_migration
  migration_template "memberships.rb", "db/migrate/create_field_test_memberships.rb", migration_version: migration_version
end
migration_version() click to toggle source
# File lib/generators/field_test/install_generator.rb, line 17
def migration_version
  "[#{ActiveRecord::VERSION::MAJOR}.#{ActiveRecord::VERSION::MINOR}]"
end