class ActionConductor::UndefinedInheritedMethod

Public Class Methods

new(method) click to toggle source
Calls superclass method
# File lib/action_conductor/errors/undefined_inherited_method.rb, line 3
def initialize(method)
  super("#{method} should have been defined by the conductor")
end