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
John Firebaugh a57990ff51 Call methods on the correct instance in AR::Schema.define
Now that migrations support instance methods, we should
use the same instance rather than relying on delegation
to a global instance. This allows subclassing AR::Schema.
2012-05-16 15:19:59 -07:00
..
active_record Call methods on the correct instance in AR::Schema.define 2012-05-16 15:19:59 -07:00
rails/generators Automatically create indexes for references/belongs_to statements in migrations. 2012-04-14 14:18:42 -07:00
active_record.rb Lazy load I18n 2012-05-11 19:00:25 -03:00