Method: ActiveRecord::ClassMethods#enum
- Defined in:
- lib/reactive_record/active_record/class_methods.rb
#enum(*args) ⇒ Object
52 53 54 |
# File 'lib/reactive_record/active_record/class_methods.rb', line 52 def enum(*args) # when we implement schema validation we should also implement value checking end |