class Fire::SingleNestedModel::PathKeysNotSupported
Public Class Methods
new(single_nested_model)
click to toggle source
Calls superclass method
# 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