Sha256: 839c097ef497406a63315b5cc5af1f4ef6cb2809678557278bbcce79d4736b1f
Contents?: true
Size: 134 Bytes
Versions: 2
Compression:
Stored size: 134 Bytes
Contents
class CommentsController < PowerResource::BaseController belongs_to :post def permit_attributes %w(content author) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
power_resource-0.0.3 | spec/dummy/app/controllers/comments_controller.rb |
power_resource-0.0.2 | spec/dummy/app/controllers/comments_controller.rb |