Sha256: f0303ad09fe538820f2eecb4a581e0910db9b1238c1c36ebf3756458bdf43d70

Contents?: true

Size: 163 Bytes

Versions: 1

Compression:

Stored size: 163 Bytes

Contents

class Page < PushType::Node

  # Control child nodes
  # has_child_nodes :all

  # Set custom fields
  field :body, :wysiwyg, validates: { presence: true }
  

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
push_type_wysiwyg-0.3.1 test/dummy/app/models/page.rb