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.



36
37
38
# File 'lib/model/nested/single.rb', line 36

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