Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created September 24, 2010 07:39
Show Gist options
  • Save liangzan/595002 to your computer and use it in GitHub Desktop.
Save liangzan/595002 to your computer and use it in GitHub Desktop.
# lib/searchlogic/named_scopes/conditions.rb
def method_missing(name, *args, &block)
...
send(name, *args)
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment