Class ValueCard
In: app/models/value_card.rb
Parent: Document

Represents customized document types

To read fields from custom document type you need to call method with name "field_" + field name. For example, for field name "login" we will call <%= @document.field_login %>

Included Modules

MuraveyWebHelper ValueCardHelper

[Validate]