Class: ActiveRecordSurvey::ActiveRecordGenerator

Inherits:
ActiveRecordSurveyGenerator show all
Extended by:
NextMigrationVersion
Includes:
Rails::Generators::Migration
Defined in:
lib/generators/active_record_survey/active_record_generator.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods included from NextMigrationVersion

next_migration_number

Class Method Details

.next_migration_number(dirname) ⇒ Object



18
19
20
# File 'lib/generators/active_record_survey/active_record_generator.rb', line 18

def self.next_migration_number(dirname)
	::ActiveRecord::Generators::Base.next_migration_number dirname
end

Instance Method Details

#create_migration_fileObject



14
15
16
# File 'lib/generators/active_record_survey/active_record_generator.rb', line 14

def create_migration_file
	migration_template "migration_0.1.0.rb", "db/migrate/add_active_record_survey.rb"
end