zachinglis (owner)

Revisions

  • c03a37 Mon Jul 28 11:56:07 -0700 2008
gist: 2934 Download_button fork
public
Public Clone URL: git://gist.github.com/2934.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
>> Business.search(:conditions => { :state => "paid" }).length
=> 20
>> Business.find_all_by_state("paid").length
=> 321