brakeman fix

This commit is contained in:
Devin Howard 2017-01-22 16:22:48 -05:00
parent 71155cf961
commit 3cc2439df7

View file

@ -5,6 +5,7 @@ module Api
include Pundit
include PunditExtra
protect_from_forgery
snorlax_used_rest!
before_action :load_resource, only: [:show, :update, :destroy]