Sha256: f7109278d45fd93c1ba8c153addc5c7651d7ab7a344dcc245995874b4e476299
Contents?: true
Size: 215 Bytes
Versions: 1
Compression:
Stored size: 215 Bytes
Contents
HyperAdmin.register Article do show do row :id row :title row :body, human: "Long and pretty body text" row :published_at end form do field :title field :body, type: :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyper_admin-0.4.0 | spec/dummy/app/admin/article.rb |