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
69 B
Ruby
3 lines
69 B
Ruby
class Post < ApplicationRecord
|
|
# attr_accessible :title, :body
|
|
end
|