1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
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
..
rails Fix Generation of proper migration when 2014-03-25 20:27:37 +05:30
rails.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00