Sha256: 1767368b95b7eda91cf41fb971c6b4f62309cd9b0f280541a034ef21286fb4b3
Contents?: true
Size: 208 Bytes
Versions: 1
Compression:
Stored size: 208 Bytes
Contents
class Page < PushType::Node # Control child nodes # has_child_nodes :all # Set custom fields # field :description field :body, :wysiwyg, validates: { presence: true } field :tags, :tag_list end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
push_type_auth-0.2.1 | test/dummy/app/models/page.rb |