1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #24015 from meinac/active_record_migrations_doc_changes

Changed behaviour of timestamps helper by create_table migration generator [ci skip]
This commit is contained in:
Rafael França 2016-03-02 21:47:09 -03:00
commit 2c53e27992

View file

@ -287,7 +287,7 @@ class CreateProducts < ActiveRecord::Migration[5.0]
t.string :name
t.text :description
t.timestamps null: false
t.timestamps
end
end
end