Rather than using the Devise views created through
rails g devise:views
Is it possible to use devise with existing sign up/in pages?
I know you can create the devise controllers and views but what is the process for creating your own?
I have read something about overriding controllers so it seems possible?