Sha256: b74d300d51e2be2a0fcefcee917e5f91899780f6426516dfcb0915d8e0d9874a
Contents?: true
Size: 252 Bytes
Versions: 17
Compression:
Stored size: 252 Bytes
Contents
module Admin class ArticleService include Godmin::Resources::ResourceService attrs_for_index :id, :title, :published attrs_for_show :id, :title, :body, :published attrs_for_form :title, :body, :published filter :title end end
Version data entries
17 entries across 17 versions & 1 rubygems