mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
4 lines
No EOL
222 B
Ruby
4 lines
No EOL
222 B
Ruby
# Remove this file after deprecation
|
|
if caller.none? { |l| l =~ %r{lib/rails/generators\.rb:(\d+):in `lookup!'$} }
|
|
warn "[WARNING] `rails g devise_install` is deprecated, please use `rails g devise:install` instead."
|
|
end |