Class: Fire::SingleNestedModel::PathKeysNotSupported

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

Instance Method Summary collapse

Constructor Details

#initialize(single_nested_model) ⇒ PathKeysNotSupported

Returns a new instance of PathKeysNotSupported.



54
55
56
# File 'lib/model/nested/single.rb', line 54

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