mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #3658 from arunagw/fix_initialize_var_name
It should be @calculated_ip not @calculate_ip
This commit is contained in:
@@ -35,7 +35,7 @@ module ActionDispatch
|
||||
def initialize(env, middleware)
|
||||
@env = env
|
||||
@middleware = middleware
|
||||
@calculate_ip = false
|
||||
@calculated_ip = false
|
||||
end
|
||||
|
||||
# Determines originating IP address. REMOTE_ADDR is the standard
|
||||
|
||||
Reference in New Issue
Block a user