Sha256: c1ff5bbc01c6d4aeaa6e07457d3fa7479b61171c70989d2ec19979c3ac3ca583
Contents?: true
Size: 243 Bytes
Versions: 2
Compression:
Stored size: 243 Bytes
Contents
module Optimacms class PageTranslation < ApplicationRecord self.table_name = 'cms_pages_translation' belongs_to :page, :foreign_key => 'item_id', :class_name => 'Page', :inverse_of => :translations #belongs_to :page end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
optimacms-0.4.3 | app/models/optimacms/page_translation.rb |
optimacms-0.4.2 | app/models/optimacms/page_translation.rb |