Class: Pghero::Generators::SpaceStatsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
ActiveRecord::Generators::Migration
Defined in:
lib/generators/pghero/space_stats_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_migrationObject



10
11
12
# File 'lib/generators/pghero/space_stats_generator.rb', line 10

def copy_migration
  migration_template "space_stats.rb", "db/migrate/create_pghero_space_stats.rb", migration_version: migration_version
end

#migration_versionObject



14
15
16
# File 'lib/generators/pghero/space_stats_generator.rb', line 14

def migration_version
  "[#{ActiveRecord::VERSION::MAJOR}.#{ActiveRecord::VERSION::MINOR}]"
end