Sha256: 4bb0740afd0d58bc203f7db801ac64f7e23fa92d161f6eaee271998826ec000a
Contents?: true
Size: 380 Bytes
Versions: 15
Compression:
Stored size: 380 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 acts_as_muck_content_translation end
Version data entries
15 entries across 15 versions & 1 rubygems