Sha256: 6e4fa179f14c95915ff400326a34621f6fd203b9d55d6769d9ebbf1e2c941fbf

Contents?: true

Size: 695 Bytes

Versions: 4

Compression:

Stored size: 695 Bytes

Contents

# == Schema Information
#
# Table name: contents
#
#  id               :integer         not null, primary key
#  creator_id       :integer
#  title            :string(255)
#  body             :text
#  locale           :string(255)
#  body_raw         :text
#  contentable_id   :integer
#  contentable_type :string(255)
#  parent_id        :integer
#  lft              :integer
#  rgt              :integer
#  is_public        :boolean
#  state            :string(255)
#  created_at       :datetime
#  updated_at       :datetime
#  layout           :string(255)
#  comment_count    :integer         default(0)
#

class Content < ActiveRecord::Base
  include MuckContents::Models::MuckContent
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
muck-contents-3.0.2 test/rails_test/app/models/content.rb
muck-groups-3.0.0 test/rails_test/app/models/content.rb
muck-contents-3.0.1 test/rails_test/app/models/content.rb
muck-contents-3.0.0 test/rails_test/app/models/content.rb