Инициалиазация репозитория
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class ApplicationRecord < ActiveRecord::Base
|
||||
primary_abstract_class
|
||||
has_paper_trail # enable global changes logging
|
||||
strip_attributes # auto strip all attributes
|
||||
end
|
||||
Reference in New Issue
Block a user