1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/dummy/app/models/post.rb
Dmytro Stepaniuk 607f03e908 Railsify dummy app (rails v5.*) (#810)
* add filter_parameter_logging initializer

* models in rails 5.* should be inherited from abstract application record class
2017-06-20 08:56:53 -05:00

3 lines
69 B
Ruby

class Post < ApplicationRecord
# attr_accessible :title, :body
end