Learn How to Create Your Own Programming Language createyourproglang.com
class MyModel named_scope :not_hidden, :conditions => ['hidden IS NULL OR hidden = 0 OR hidden = ?', 'f'] end
Can ActiveRecord be used to...
Can ActiveRecord be used to...