Displaying 1 result from an estimated 1 matches for "did_not_yield".
2009 Feb 02
2
did_not_yield
...s what I get in the log:
Processing ScannsController#status (for 127.0.0.1 at 2009-02-02
14:24:25) [GET]
Session ID: 595e081a5e726f0594f83652c3c2a9d5
Filter chain halted as
[#<ActionController::Filters::AroundFilter:0x20470e8 @kind=:filter,
@identifier=nil, @options={}, @method=:log_test>] did_not_yield.
Completed in 0ms (DB: 12) | [http://127.0.0.1/scanns/status]
I think what it says is nothing happened ?
class ApplicationController < ActionController::Base
...
protected ## attention, below here, all methods are PROTECTED
def log_test
session[:auth] ? (
@time_left = (se...