# File lib/mongo_mapper/plugins/validations.rb, line 31 def initialize(options) @klass = options[:class] #only provided in ActiveModel 4.1 and higher super(options.reverse_merge(:case_sensitive => true)) end