aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-05-19 21:32:17 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-05-19 21:38:23 +0530
commit7f24d3d6956a7775771302d143e3b09de681d12f (patch)
tree3a93a11ea0a6b5d4e3db92b80961e6d0953efdc2 /railties
parent8f8058922d0e4fa858fb512f53ff6a78041a395b (diff)
downloadrails-7f24d3d6956a7775771302d143e3b09de681d12f.tar.gz
rails-7f24d3d6956a7775771302d143e3b09de681d12f.tar.bz2
rails-7f24d3d6956a7775771302d143e3b09de681d12f.zip
copy edits[ci skip]
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/named_base.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/railties/lib/rails/generators/named_base.rb b/railties/lib/rails/generators/named_base.rb
index fbb747970d..e712c747b0 100644
--- a/railties/lib/rails/generators/named_base.rb
+++ b/railties/lib/rails/generators/named_base.rb
@@ -19,9 +19,7 @@ module Rails
end
# Defines the template that would be used for the migration file.
- # The source defines the source template file that would be used in creating the migration
- # The args is an array containing any other options and the name of the file which would be saved on the filesystem
-
+ # The arguments include the source template file, the migration filename etc.
no_tasks do
def template(source, *args, &block)
inside_template do