Rails requires the file name to match the class name. Therefore you should rename app/controllers/authentication_controller.rb
to app/controllers/authentications_controller.rb
.
Rails requires the file name to match the class name. Therefore you should rename app/controllers/authentication_controller.rb
to app/controllers/authentications_controller.rb
.