Method: Structural::Model::Field#key

Defined in:
lib/structural/model/field.rb

#keyObject



32
33
34
# File 'lib/structural/model/field.rb', line 32

def key
  options.fetch(:key, name).to_sym
end