Bug #27829
[Audit] ActionView::Template::Error: undefined method `abstract_class?' for Object:Class
History
#1
Updated by Kavita Gaikwad over 3 years ago
- Related to Bug #27346: Missing audit records for Host Create added
#2
Updated by Kavita Gaikwad over 3 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"
#3
Updated by Kavita Gaikwad over 3 years ago
- Related to deleted (Bug #27346: Missing audit records for Host Create)
#4
Updated by Kavita Gaikwad over 3 years ago
- Status changed from New to Duplicate