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
Ryuta Kamizono 7dbe62006d Fix create_table with query from relation
If a relation has binds, `connection.to_sql(relation)` without binds
will generate invalid SQL. It should use `relation.to_sql` in that case.
2017-06-13 10:55:29 +09:00
..
active_record Fix create_table with query from relation 2017-06-13 10:55:29 +09:00
rails/generators Define path with __dir__ 2017-05-23 00:53:51 +03:00
active_record.rb Define path with __dir__ 2017-05-23 00:53:51 +03:00