1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/rails/generators
Kuldeep Aggarwal 5a3817cb16 Fix Generation of proper migration when
ActiveRecord::Base.pluralize_table_names = false.

  Previously, generation a migration like this:

      rails g migration add_column_name_to_user name

  would not generating the correct table name.

Fixes #13426.
2014-03-25 20:27:37 +05:30
..
active_record Fix Generation of proper migration when 2014-03-25 20:27:37 +05:30
active_record.rb Make .next_migration_number reusable for third party AR generators. 2013-09-30 15:03:55 +02:00