Class: ContentElementTemplate
- Inherits:
-
Template
- Object
- ActiveRecord::Base
- Template
- ContentElementTemplate
- Defined in:
- app/models/content_element_template.rb
Overview
Schema Information
Table name: templates
id :integer(4) not null, primary key title :string(255) code :text type :string(255) deleted_at :datetime created_at :datetime updated_at :datetime content_element_type :string(255)