module PgAuditLogSpecHelper
Constants
- EXCLUDED_CLASSES
- EXCLUDED_COLUMNS
Public Instance Methods
included(base)
click to toggle source
# File lib/generators/pg_audit_log/templates/spec/models/pg_audit_log_spec_helper.rb, line 5 def included(base) base.include(InstanceMethods) base.extend(ClassMethods) end