Method: Subroutine::Auth::ClassMethods#supported_user_class_names

Defined in:
lib/subroutine/auth.rb

#supported_user_class_namesObject



23
24
25
# File 'lib/subroutine/auth.rb', line 23

def supported_user_class_names
  [user_class_name, "Integer", "NilClass"].compact
end