Skip to content

Instantly share code, notes, and snippets.

@diegorv
Created October 3, 2009 20:36
Show Gist options
  • Select an option

  • Save diegorv/200852 to your computer and use it in GitHub Desktop.

Select an option

Save diegorv/200852 to your computer and use it in GitHub Desktop.
named_scope :estado, lambda { |estado|
return {} unless estado != "todos_estados"
{ :conditions => ["anuncios.estado = ?", estado] }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment