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
Anton Kalyaev 512f03e740 removed unnecessary mapping for on options
Right before that in `assert_valid_transaction_action` method we make
sure that `options[:on]` contains values from `ACTIONS` array
(`[:create, :destroy, :update]`) and nothing more (i.e. it could not
contain strings or something else, otherwise the error is raised).

Also I've polished some docs.
2013-06-25 22:31:14 +04:00
..
active_record removed unnecessary mapping for on options 2013-06-25 22:31:14 +04:00
rails/generators copy edits[ci skip] 2013-05-19 21:38:23 +05:30
active_record.rb Set the inverse when association queries are refined 2013-05-10 10:36:26 +02:00