Method: ActionCable::Server::Configuration#disable_request_forgery_protection

Defined in:
actioncable/lib/action_cable/server/configuration.rb

#disable_request_forgery_protectionObject

Returns the value of attribute disable_request_forgery_protection.



17
18
19
# File 'actioncable/lib/action_cable/server/configuration.rb', line 17

def disable_request_forgery_protection
  @disable_request_forgery_protection
end