Cleaner Rails Controllers with before_action
If you have two or more render statements in your controller action, you might consider extracting some of the logic into a before action. Why? Because rendering or redirecting in a before_action will halt the request cycle and remove the need for an...
railscraft.hashnode.dev3 min read