Module: UserType

Defined in:
app/models/user_type.rb

Class Method Summary collapse

Class Method Details

.COMMONObject



3
4
5
# File 'app/models/user_type.rb', line 3

def self.COMMON
  0
end

.SELLERObject



6
7
8
# File 'app/models/user_type.rb', line 6

def self.SELLER
  1
end