aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/interest.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-3/+3
* Getting rid of the +automatic_inverse_of: false+ option in associations in favorwangjohn2013-06-081-1/+1
* Created a method to automatically find inverse associations and cachewangjohn2013-05-071-1/+1
* Add inverse polymorphic association support. [#3520 state:resolved]George Ogata2009-12-281-0/+1
* Providing support for :inverse_of as an option to associations.Murray Steele2009-05-041-0/+4