learned_today

quoter = lambda { |string| ActiveRecord::Base.connection.quote(string)}

quoter.call(email)