Sha256: 6c81df46963b84b94118d9d86a8a4add7599100ba4cd962b35336f582ea9e71a
Contents?: true
Size: 257 Bytes
Versions: 4
Compression:
Stored size: 257 Bytes
Contents
class SecretArticleService < 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
4 entries across 4 versions & 1 rubygems