# File lib/ramaze/helper/auth.rb, line 23 def login return auth_template if trait[:auth_post_only] and !request.post? @username, password = request[:username, :password] answer(request.referer) if auth_login(@username, password) return auth_template end