mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00

* add filter_parameter_logging initializer * models in rails 5.* should be inherited from abstract application record class
3 lines
78 B
Ruby
3 lines
78 B
Ruby
class ApplicationRecord < ActiveRecord::Base
|
|
self.abstract_class = true
|
|
end
|