Skip to content

Commit

Permalink
[ci skip] Fix file name generated by rails generate
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Aug 24, 2015
1 parent 4f252cd commit aa27838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def initialize
#
# rails generate migration add_fieldname_to_tablename fieldname:string
#
# This will generate the file <tt>timestamp_add_fieldname_to_tablename</tt>, which will look like this:
# This will generate the file <tt>timestamp_add_fieldname_to_tablename.rb</tt>, which will look like this:
# class AddFieldnameToTablename < ActiveRecord::Migration
# def change
# add_column :tablenames, :fieldname, :string
Expand Down

0 comments on commit aa27838

Please sign in to comment.