Bo Jacobson

Results 1 issues of Bo Jacobson

I encountered this problem in rails. I have a controller with a before action: ```ruby class ThingsController before_action :redirect_if_view_only, only: [:update, :destroy] def update end def destroy end private def...