# File test/rails_app/app/mongoid/shim.rb, line 14 def find_by_email(email) find_by(email: email) end
# File test/rails_app/app/mongoid/shim.rb, line 10 def order(attribute) asc(attribute) end