module ModelTypeConcern

Public Instance Methods

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