mirror of
https://github.com/github/rails.git
synced 2026-01-12 16:19:01 -05:00
Compare commits
1 Commits
github28
...
mtodd-patc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca91f2194e |
@@ -63,7 +63,7 @@ module ActionController
|
||||
elsif !allows.empty?
|
||||
raise MethodNotAllowed.new(*allows)
|
||||
else
|
||||
raise RoutingError, "No route matches #{path.inspect} with #{environment.inspect}"
|
||||
raise RoutingError, "No route matches #{path.inspect} with #{environment.except(:request).inspect}"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user