class Fire::NestedModel::CollectionIsSetError
Public Class Methods
new(nested_model)
click to toggle source
Calls superclass method
# File lib/model/nested/base.rb, line 137 def initialize(nested_model) super("Nested Model '#{nested_model}' can not have own Collection. It is extended from Parent Model '#{nested_model.parent}'") end