Sha256: 72ac607b395184ec9e5b1e271811d9c74949f323424bbb4954353edb1061276f
Contents?: true
Size: 465 Bytes
Versions: 16
Compression:
Stored size: 465 Bytes
Contents
module Enjoy module Models module Mongoid module PageBlockset extend ActiveSupport::Concern included do if defined?(RailsAdminComments) include RailsAdminComments::Commentable end field :name, type: String, default: "" embeds_many :blocks, inverse_of: :blockset, class_name: "Enjoy::PageBlock" accepts_nested_attributes_for :blocks end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems