2008年5月11日 星期日

verification

verify that certain conditions are met

verify:
ex:
verify   :session => :user_id,
             :add_flash => { :note=> "you are wrong" }
             :redirect_to => index
if the session does not contain key :user_id,  
a note is added to flash & request is redirected to index

沒有留言: