1
0
Fork 0
dokkan-data-rails/app/models/guest_user.rb

9 lines
83 B
Ruby

class GuestUser
def admin?
false
end
def moderator?
false
end
end