Class: Metum

Inherits:
ApplicationRecord show all
Defined in:
app/models/metum.rb

Overview

Represents a classification for Representations, such as 'Alt' or 'Long'

Instance Method Summary collapse

Instance Method Details

#to_sString

Returns human-friendly description of this Metum

Returns:

  • (String)

    human-friendly description of this Metum



29
30
31
# File 'app/models/metum.rb', line 29

def to_s
  title
end