class Embedson::NoParentError
Public Class Methods
new(action, klass_name)
click to toggle source
Calls superclass method
# File lib/embedson/exceptions.rb, line 11 def initialize(action, klass_name) super("Cannot #{action} embedded #{klass_name} without a parent relation.") end