aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/suppressor.rb
Commit message (Collapse)AuthorAgeFilesLines
* Return true instead of self when suppressedRafael Mendonça França2015-02-191-1/+1
| | | | | save is documented to return singletons so we should always return a singleton.
* Copy edit the suppressor documentationRafael Mendonça França2015-02-191-15/+15
| | | | [ci skip]
* Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-181-0/+55