1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib
Lucas Mazza 353b14f473 Use versioned migrations when possible
Rails 5 deprecates inheriting directly from `ActiveRecord::Migration` in
favor of inheriting from `ActiveRecord::Migration[5.0]` where `5.0` is
the `major.minor` version of Rails that the migration was originally
written to support.

h/t to b0ce189c69.
2016-03-07 11:38:37 -03:00
..
devise Clarify allow_unconfirmed_access_for comments in confirmation module 2016-02-18 13:35:13 +11:00
generators Use versioned migrations when possible 2016-03-07 11:38:37 -03:00
devise.rb Merge branch 'gg-correct-encryption-meaning' 2016-02-11 13:25:49 -02:00