Class: CustomMetadatum

Inherits:
ApplicationRecord show all
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

extended

Instance Method Details

#to_hObject



8
9
10
# File 'app/models/custom_metadatum.rb', line 8

def to_h
  { key => value }
end