ugh syntax fix

This commit is contained in:
Devin Howard 2017-01-22 16:33:41 -05:00
parent 2bf8ccbf01
commit 9a9cb44201

View file

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