Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails will render the appropriate view by default, so there's no need to call render from within the controller action method to render the default view. In `confirm_destroy`, the return is unnecessary now that there is no more code after the potential redirect.
- Loading branch information