Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add empty :new action to Spree::UsersController
Without this, specs fail with ``` AbstractController::ActionNotFound: The new action could not be found for the :authorize_actions callback on Spree::UsersController, but it is listed in the controller's :only option. ``` I guess this is because the views are not in the standard place, thus impeding Rails' ability to dynamically generate empty actions if matching views are present. Anyways: This is good, because it's more explicit.
- Loading branch information