display_to_edit.rb

Path: app/models/display_to_edit.rb
Last Update: Fri Jun 20 18:41:08 +0900 2008

-*- coding: utf-8 -*-

Schema Information

Schema version: 87

Table name: displays

 id            :integer       not null, primary key
 domain_id     :integer       not null
 product_id    :integer       not null
 type          :string(255)   not null
 name_po       :integer       not null
 code          :string(255)   not null
 position      :integer
 enabled       :boolean
 button_new    :boolean
 button_edit   :boolean
 button_delete :boolean
 button_copy   :boolean
 logic_path    :string(255)
 logic_pre     :boolean
 logic_mid     :boolean
 logic_post    :boolean
 logic_before  :boolean
 logic_after   :boolean
 person_id     :integer
 created_at    :string(14)
 updated_at    :string(14)
 created_by    :integer
 updated_by    :integer
 created_in    :integer
 updated_in    :integer
 lock_version  :integer       default(0), not null

[Validate]