Sha256: c49c4fab8e7b4d3112ec557af5759f684b577d932c1dd30feddffcfe859855c7

Contents?: true

Size: 643 Bytes

Versions: 108

Compression:

Stored size: 643 Bytes

Contents

class Wco::OfficeActionTemplateTie
  include Mongoid::Document
  include Mongoid::Timestamps
  store_in collection: 'wco_office_action_template_ties'

  attr_accessor :to_delete

  belongs_to :office_action_template,      class_name: 'OfficeActionTemplate', inverse_of: :ties
  def tmpl; office_action_template; end

  belongs_to :next_office_action_template, class_name: 'OfficeActionTemplate', inverse_of: :prev_ties
  def next_tmpl; next_office_action_template; end
  # def tmpl;     next_office_action_template; end


  field :next_at_exe, type: :string
  validates :next_at_exe, presence: true

end
OATT ||= Wco::OfficeActionTemplateTie

Version data entries

108 entries across 108 versions & 1 rubygems

Version Path
wco_models-3.1.0.202 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.201 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.199 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.198 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.197 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.196 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.195 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.194 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.193 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.192 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.191 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.190 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.189 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.188 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.187 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.184 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.183 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.182 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.181 app/models/wco/office_action_template_tie.rb
wco_models-3.1.0.180 app/models/wco/office_action_template_tie.rb