ugh syntax fix
This commit is contained in:
parent
2bf8ccbf01
commit
9a9cb44201
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue