RailsApps / rails-devise-pundit

Rails 5.0 starter app with Devise for authentication and Pundit for authorization.
http://railsapps.github.io/rails-devise-pundit/
483 stars 156 forks source link

After a default install with SQlite, problems with sign up page #2

Closed Teylersf closed 10 years ago

Teylersf commented 10 years ago

Using Rails 4.1 rc1 and using the generate app method. After building the app, everything works except Sign up. When Sign up is clicked the error uninitialized constant RegistrationsController shows up. Any idea?

Source to App: http://voice-90954.usw1-2.nitrousbox.com/users/sign_up

DanielKehoe commented 10 years ago

Please try cloning the app from this repo and see if you get the same error.

Teylersf commented 10 years ago

Ok, Ill try this and let you know, thank you

DanielKehoe commented 10 years ago

Closing issue due to lack of response.