Sha256: 687b5450d0a98c3cffccd9aa74b179a2ac1aa0f0f126c6b90a607863823fb69f
Contents?: true
Size: 155 Bytes
Versions: 9
Compression:
Stored size: 155 Bytes
Contents
class Translation < ActiveRecord::Base has_paper_trail( if: proc { |t| t.language_code == 'US' }, unless: proc { |t| t.type == 'DRAFT' } ) end
Version data entries
9 entries across 9 versions & 1 rubygems