Class: TemplatePart
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- TemplatePart
- Defined in:
- app/models/template_part.rb
Overview
Schema Information
Table name: template_parts
id :integer(4) not null, primary key template_id :integer(4) key :string(255) title :string(255) created_at :datetime updated_at :datetime is_column :boolean(1) default(FALSE)