Skip to content

Instantly share code, notes, and snippets.

@jfernandez
Created February 3, 2009 15:48
Show Gist options
  • Save jfernandez/57576 to your computer and use it in GitHub Desktop.
Save jfernandez/57576 to your computer and use it in GitHub Desktop.
class ActiveRecord::Base
named_scope :conditions, lambda { |*args| {:conditions => args} }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment