class ConfirmationsController < Devise::ConfirmationsController
  # POST /resource/confirmation
  def create
    mail_throttle_store = RedisStore::MailThrottleStore.new
    if mail_throttle_store.can_email? email_param[:email]