class EasyMapper::Errors::AnonymousClassError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/easy_mapper/errors.rb, line 19 def initialize super 'Anonymous classes must provide a table name' end