module TypeConcern

Public Instance Methods

keys_hash() click to toggle source
Calls superclass method
# File lib/stbaldricks/entities/concerns/type_concern.rb, line 6
def keys_hash
  type.nil? ? super : super.merge(type: type)
end