Sha256: a8da323727fb12ed63b65102e2274bf2c8f2585f30807c858f1b528fd99c9002

Contents?: true

Size: 400 Bytes

Versions: 3

Compression:

Stored size: 400 Bytes

Contents

# == Schema Information
#
# Table name: content_translations
#
#  id          :integer         not null, primary key
#  content_id  :integer
#  title       :string(255)
#  body        :text
#  locale      :string(255)
#  user_edited :boolean
#  created_at  :datetime
#  updated_at  :datetime
#

class ContentTranslation < ActiveRecord::Base
  include MuckContents::Models::MuckContentTranslation
end

Version data entries

3 entries across 3 versions & 1 rubygems

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