class Lato::AuthenticationController

def signup

def signup
  @user = Lato::User.new
end