class Arborist::InheritanceError

Public Class Methods

new(method_name) click to toggle source
Calls superclass method
# File lib/arborist/exceptions.rb, line 20
def initialize method_name
  super %Q{ Method not available in ActiveRecord::Migration. Inherit from
    Arborist::Migration to use #{method_name}}
end