heartcombo--devise/lib/devise/models
Guilherme Goettems Schneider 8b9fba73fd Allow frozen options in as_json (#4655)
The test uses `as_json` instead of `to_json` because `to_json` does `#dup` on `options` before it reaches `#serializable_hash` and the test would pass without the fix.
2017-12-21 15:23:25 -02:00
..
authenticatable.rb Allow frozen options in as_json (#4655) 2017-12-21 15:23:25 -02:00
confirmable.rb
database_authenticatable.rb
lockable.rb
omniauthable.rb
recoverable.rb
registerable.rb
rememberable.rb
timeoutable.rb
trackable.rb
validatable.rb change validatable docs to match generator (#4727) 2017-12-19 08:34:45 -02:00