Object
# File lib/phusion_passenger/active_support3_extensions/init.rb, line 133 def initialize(app, union_station_core, app_group_name) @app = app @union_station_core = union_station_core @app_group_name = app_group_name end
# File lib/phusion_passenger/active_support3_extensions/init.rb, line 139 def call(env) @app.call(env) rescue Exception => e log_union_station_exception(env, e) if env[PASSENGER_TXN_ID] raise e end
[Validate]
Generated with the Darkfish Rdoc Generator 2.