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
Benjamin Quorning e4701e613c [] and read_attribute are not aliases [ci skip]
The `#[]` method *used to be* an alias of `#read_attribute`, but since Rails 4
(10f6f90d9d), it will raise an exception for
missing attributes. Saying that it is an alias is confusing.
2016-05-24 13:20:28 +02:00
..
active_record [] and read_attribute are not aliases [ci skip] 2016-05-24 13:20:28 +02:00
rails/generators correctly check ApplicationRecord is exist in moutable engine 2016-02-25 07:48:11 +09:00
active_record.rb Publish AS::Executor and AS::Reloader APIs 2016-03-02 02:14:20 +10:30