aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/user.rb
Commit message (Collapse)AuthorAgeFilesLines
* Support :if and :unless in has_secure_tokenGriffin Smith2016-01-091-0/+3
| | | | | Pass through :if and :unless options from has_secure_token to the generated before_create callback
* Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-181-0/+4
|
* Add has_secure_token to Active Recordrobertomiranda2015-01-041-0/+4
Update SecureToken Docs Add Changelog entry for has_secure_token [ci skip]