Module: UserType
- Defined in:
- app/models/user_type.rb
Class Method Summary collapse
Class Method Details
.COMMON ⇒ Object
3 4 5 |
# File 'app/models/user_type.rb', line 3 def self.COMMON 0 end |
.SELLER ⇒ Object
6 7 8 |
# File 'app/models/user_type.rb', line 6 def self.SELLER 1 end |