Method: FileColumn::Validations.append_features
- Defined in:
- lib/validations.rb
.append_features(base) ⇒ Object
4 5 6 7 |
# File 'lib/validations.rb', line 4 def self.append_features(base) super base.extend(ClassMethods) end |
4 5 6 7 |
# File 'lib/validations.rb', line 4 def self.append_features(base) super base.extend(ClassMethods) end |