Newer
Older
class ApplicationController < ActionController::Base
protect_from_forgery :except => :receive
render :nothing => true
class ApplicationController < ActionController::Base
protect_from_forgery :except => :receive
render :nothing => true