class Findable::NotActiveRecord

Public Class Methods

new(model) click to toggle source
Calls superclass method
# File lib/findable/errors.rb, line 12
def initialize(model)
  super("#{model.model_name.name} class is not ActiveRecord")
end