Skip to content

Instantly share code, notes, and snippets.

@LTe
Created April 2, 2011 20:47
Show Gist options
  • Save LTe/899870 to your computer and use it in GitHub Desktop.
Save LTe/899870 to your computer and use it in GitHub Desktop.
# ActiveRecord::ConnectionAdapters::Mysql2IndexDefinition
module ActiveRecord
module ConnectionAdapters
class Mysql2IndexDefinition
def case_sensitive?
false
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment