Class: CustomMetadatum
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- CustomMetadatum
- Defined in:
- app/models/custom_metadatum.rb
Instance Method Summary collapse
Methods inherited from ApplicationRecord
alias_association, convert_labware_to_receptacle_for, find_by_id_or_name, find_by_id_or_name!
Methods included from Squishify
Instance Method Details
#to_h ⇒ Object
8 9 10 |
# File 'app/models/custom_metadatum.rb', line 8 def to_h { key => value } end |