aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/migration/migration_generator.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-05-12 15:57:14 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-05-12 15:57:14 +0530
commitd8b8c0ef8717508c01ab21687666941008413906 (patch)
treebc148d9244b01f88a8547b4581818abe4ec138a5 /activerecord/lib/rails/generators/active_record/migration/migration_generator.rb
parenta395c22fd3f55040c041a330c14b3676bfee29fc (diff)
parent1a9766f1280f9550ba1de4538fccd5ad51c557ac (diff)
downloadrails-d8b8c0ef8717508c01ab21687666941008413906.tar.gz
rails-d8b8c0ef8717508c01ab21687666941008413906.tar.bz2
rails-d8b8c0ef8717508c01ab21687666941008413906.zip
Merge branch 'master' of github.com:lifo/docrails
Conflicts: activesupport/lib/active_support/callbacks.rb
Diffstat (limited to 'activerecord/lib/rails/generators/active_record/migration/migration_generator.rb')
-rw-r--r--activerecord/lib/rails/generators/active_record/migration/migration_generator.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/lib/rails/generators/active_record/migration/migration_generator.rb b/activerecord/lib/rails/generators/active_record/migration/migration_generator.rb
index b967bb6e0f..3968acba64 100644
--- a/activerecord/lib/rails/generators/active_record/migration/migration_generator.rb
+++ b/activerecord/lib/rails/generators/active_record/migration/migration_generator.rb
@@ -14,6 +14,10 @@ module ActiveRecord
protected
attr_reader :migration_action, :join_tables
+ # sets the default migration template that is being used for the generation of the migration
+ # depending on the arguments which would be sent out in the command line, the migration template
+ # and the table name instance variables are setup.
+
def set_local_assigns!
@migration_template = "migration.rb"
case file_name