1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #3658 from arunagw/fix_initialize_var_name

It should be @calculated_ip not @calculate_ip
This commit is contained in:
Vijay Dev 2011-11-16 23:30:45 -08:00
commit e6f3299158

View file

@ -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