Class: Fire::SingleNestedModel::IdKeyNotSupported

Inherits:
FireModelError
  • Object
show all
Defined in:
lib/model/nested/single.rb

Instance Method Summary collapse

Constructor Details

#initialize(single_nested_model) ⇒ IdKeyNotSupported

Returns a new instance of IdKeyNotSupported.



48
49
50
# File 'lib/model/nested/single.rb', line 48

def initialize(single_nested_model)
  super("Single Model #{single_nested_model} don't support own ID key.")
end