Hi, I'm using devise 2.0.1 on an application with two user roles (admin and user). I ran the devise:views generator for both roles and enabled scoped views.
I can customize everything except _links.erb.
In app/views/users/registrations/new.html.erb I have a call to <% render "links" %> and the _links.erb file is located in /app/views/users
Any ideas how I can troubleshoot this?