class Devise::SessionsController

def auth_options

def auth_options
  { :scope => resource_name, :recall => "#{controller_path}#new" }
end