method
normalize_action_path
v5.0.0.1 -
Show latest stable
- Class:
ActionController::RequestForgeryProtection
normalize_action_path(action_path)protected
No documentation available.
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 407
def normalize_action_path(action_path)
uri = URI.parse(action_path)
uri.path.chomp('/')
end