class Fire::NestedModel::ParentModelNotSetError
Public Class Methods
new(nested_model)
click to toggle source
Calls superclass method
# File lib/model/nested/base.rb, line 131 def initialize(nested_model) super("Nested Model '#{nested_model}' has no Parent Model set. Call `nested_in` to set a Parent.") end