mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
Create the devise_views directory in './app/views' instead of the root.
Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ class DeviseViewsGenerator < Rails::Generators::Base
|
||||
end
|
||||
|
||||
def copy_views
|
||||
directory "devise"
|
||||
directory "devise", "app/views/devise"
|
||||
end
|
||||
|
||||
def say_restart_server
|
||||
|
||||
Reference in New Issue
Block a user