Class: ExportTemplate

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/generators/basepack/templates/export_template.rb

Overview

Schema Information

Table name: export_templates

id              :integer          not null, primary key
user_id         :integer
class_type      :string(255)
schema_template :text
active          :boolean          default(FALSE), not null
position        :integer
created_at      :datetime
updated_at      :datetime