ubuntu, ror, jQuery, css, website memo
太嫩, 沒啥心得, 用來紀錄每天學的
2008年11月18日 星期二
with_scope and with_options
with_scope 和 with_options的用法
def self.find_old_books
with_scope :find => {:conditions => "created_at < now()"} do
find(:all)
end
end
#上下的結果是一樣的
def self.find_old_books
with_options :conditions => "created_at < now()" do |old|
old.find(:all)
end
end
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言