Method: Sequel::MassAssignmentRestriction#column
- Defined in:
- lib/sequel/model/exceptions.rb
#column ⇒ Object (readonly)
The column related to this exception, as a string.
34 35 36 |
# File 'lib/sequel/model/exceptions.rb', line 34 def column @column end |