Module: SampleManifest::CoreBehaviour::NoSpecializedValidation
- Included in:
- PlateBehaviour::Base, SampleTubeBehaviour::Core, TubeRackBehaviour::Core
- Defined in:
- app/models/sample_manifest/core_behaviour.rb
Overview
Include in cores which exhibit the default behaviour
Instance Method Summary collapse
Instance Method Details
#specialized_fields(*_args) ⇒ Object
10 11 12 |
# File 'app/models/sample_manifest/core_behaviour.rb', line 10 def specialized_fields(*_args) {} end |
#validate_specialized_fields(*args) ⇒ Object
7 8 |
# File 'app/models/sample_manifest/core_behaviour.rb', line 7 def validate_specialized_fields(*args) end |