method
call
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
call(env)
public
Hide source
# File railties/lib/rails/rack/log_tailer.rb, line 16 def call(env) response = @app.call(env) tail! response end