Sha256: b6e5196198bf3db84d003ff37b01111ed685b218f6a72acda29ad638181539fb
Contents?: true
Size: 234 Bytes
Versions: 5
Compression:
Stored size: 234 Bytes
Contents
class ArticleService include Godmin::Resources::ResourceService attrs_for_index :id, :title, :published, :created_at attrs_for_show :id, :title, :body, :published attrs_for_form :title, :body, :published filter :title end
Version data entries
5 entries across 5 versions & 1 rubygems