public
Rubygem
Description: Ramaze is a simple, light and modular open-source web application framework written in Ruby.
Homepage: http://ramaze.net
Clone URL: git://github.com/manveru/ramaze.git
Click here to lend your support to: ramaze and make a donation at www.pledgie.com !
More info on problems in Helper::User
manveru (author)
Mon Jul 21 02:27:03 -0700 2008
commit  f89652a95d2417d88fabcb77a143522235af0d79
tree    5c89763f831bc772f9099d76bead3ea922ddfacd
parent  5497329e0221a57b226e62487599261b7594eba9
...
82
83
84
85
 
86
87
88
...
82
83
84
 
85
86
87
88
0
@@ -82,7 +82,7 @@ module Ramaze
0
           elsif _model.respond_to?(:authenticate)
0
             _model.authenticate(creds)
0
           else
0
- Log.warn("Helper::User has no callback and model doesn't respond to #authenticate")
0
+ Log.warn("Helper::User has no callback and %p doesn't respond to #authenticate" % _model)
0
             nil
0
           end
0
         end

Comments

    No one has commented yet.