6 lines
171 B
Ruby
6 lines
171 B
Ruby
class ApplicationRecord < ActiveRecord::Base
|
|
primary_abstract_class
|
|
has_paper_trail # enable global changes logging
|
|
strip_attributes # auto strip all attributes
|
|
end
|