• K
    Fix Generation of proper migration when · 5a3817cb
    Kuldeep Aggarwal 提交于
      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.
    5a3817cb
migration_generator_test.rb 9.4 KB