This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Remove extra before filter in ApplicationController #1072
Closed
Description
There's a before filter used in ReservationsController
called require_login
that is basically superseded by all of the Devise work implemented in #2. I think we can safely take it out, just opening this for confirmation.
Activity