I\'m trying to override some the functionality of the default devise registrations controller so that only certain users can create accounts for others. So in a file called
Do rails routes and check your routes in config/routes you might have a typo in your routes.
rails routes
config/routes
Instead of registrationS#new you might have something else like registration#new.
registrationS#new
registration#new