class TappingDevice::NotAnActiveRecordInstanceError

Public Class Methods

new(object) click to toggle source
Calls superclass method
# File lib/tapping_device/exceptions.rb, line 6
def initialize(object)
  super("target object should be an instance of ActiveRecord::Base, got #{object}")
end