class AuthUserByAe::Authuser

Your code goes here…

Public Instance Methods

auth() click to toggle source
# File lib/auth_user_by_ae.rb, line 7
def auth
  return "test"
end