Skip to content

Instantly share code, notes, and snippets.

@dpickett
Created December 12, 2008 21:59
Show Gist options
  • Save dpickett/35287 to your computer and use it in GitHub Desktop.
Save dpickett/35287 to your computer and use it in GitHub Desktop.
module FindBySqlHater
def find_by_sql(*args)
raise "wtf are you thinking?!? use find k thx"
end
end
ActiveRecord::Base.extend(FindBySqlHater)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment