Actions
Bug #27829
closed[Audit] ActionView::Template::Error: undefined method `abstract_class?' for Object:Class
Updated by Kavita Gaikwad over 5 years ago
- Related to Bug #27346: Missing audit records for Host Create added
Updated by Kavita Gaikwad over 5 years ago
From rails console, "ActiveRecord::Base" is not found inside superclasses while getting audit main_objects.
But on web-ui, getting listed inside superclasses.
I guess, on server start something get register that's why getting it.
ActiveRecord::Base.table_exists? is raising an exception "undefined method `abstract_class?' for Object:Class"
Updated by Kavita Gaikwad over 5 years ago
- Related to deleted (Bug #27346: Missing audit records for Host Create)
Actions