Added skip_filter.
This commit is contained in:
parent
d49607b5a1
commit
9bdc4a7254
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class ApplicationController < ActionController::Base
|
|||
:mode_show_rendeder,
|
||||
:model_index_render
|
||||
|
||||
skip_filter :verify_authenticity_token
|
||||
before_filter :log_request, :set_user, :session_update
|
||||
before_filter :cors_preflight_check
|
||||
|
||||
|
|
Loading…
Reference in a new issue