Sha256: 9ea2e11c2803d93df20d603fd11a2f8edbb04282b070b0dbddf035155357c153
Contents?: true
Size: 669 Bytes
Versions: 23
Compression:
Stored size: 669 Bytes
Contents
# -*- encoding : utf-8 -*- class Jinda::Runseq include Mongoid::Document include Mongoid::Timestamps belongs_to :user belongs_to :xmain, :class_name => "Jinda::Xmain" field :action, :type => String field :status, :type => String field :code, :type => String field :name, :type => String field :role, :type => String field :rule, :type => String field :rstep, :type => Integer field :form_step, :type => Integer field :start, :type => DateTime field :stop, :type => DateTime field :end, :type => Boolean field :xml, :type => String field :ip, :type => String scope :form_action, ->{where(:action.in=> ['form','output','pdf'])} end
Version data entries
23 entries across 23 versions & 1 rubygems