projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Whitespace fixes for notifier erb views
[rails.git]
/
app
/
controllers
/
api
/
swf_controller.rb
diff --git
a/app/controllers/api/swf_controller.rb
b/app/controllers/api/swf_controller.rb
index d48731b7023404cf72c7c388a6affd988502e718..2f8a5392da459274b423468d52664db6ad51b270 100644
(file)
--- a/
app/controllers/api/swf_controller.rb
+++ b/
app/controllers/api/swf_controller.rb
@@
-1,6
+1,5
@@
module Api
- class SwfController < ApplicationController
- skip_before_action :verify_authenticity_token
+ class SwfController < ApiController
before_action :check_api_readable
authorize_resource :class => false