class Lato::AuthenticationController

def accept_invitation

def accept_invitation
  @user = Lato::User.new(email: @invitation.email)
end