Sha256: 53c6f1d16f9e5b0c6e4a165d7304a828f4b0d0ea38c0c5b7eec0b068773ba339
Contents?: true
Size: 196 Bytes
Versions: 3
Compression:
Stored size: 196 Bytes
Contents
module Panda module CMS class TemplateVersion < Version self.table_name = :panda_cms_template_versions self.sequence_name = :panda_cms_template_versions_id_seq end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
panda-cms-0.7.3 | app/models/panda/cms/template_version.rb |
panda-cms-0.7.2 | app/models/panda/cms/template_version.rb |
panda-cms-0.7.0 | app/models/panda/cms/template_version.rb |