47.23.7. Poznámky

class User < ActiveRecord::Base
    def self.authenticate(username, password)
        find(:first, :conditions =>
            {:username => username, :password => password})
    end
end
Licence Creative Commons
Tento dokument Ruby, jehož autorem je Radek Hnilica, podléhá licenci Creative Commons Uveďte autora-Nevyužívejte dílo komerčně-Zachovejte licenci 3.0 Česká republika .