I want to skip new_registrations_path because I do not want that user signup itself. Admin can add it.
To skip this I do that
devise_for :advertisers, :skip => :registrations
But issue is that edit_registration_path also skip with it. How I fix it?