method
normalize_action_path
v7.1.3.4 -
Show latest stable
- Class:
ActionController::RequestForgeryProtection
normalize_action_path(action_path)private
No documentation available.
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 621
def normalize_action_path(action_path) # :doc:
uri = URI.parse(action_path)
uri.path.chomp("/")
end