Sha256: 5f80bb5366d3a4a88cc7bd22f10041ad95c1b1b37e735f3cc2fb9e3b50a06b9f

Contents?: true

Size: 496 Bytes

Versions: 6

Compression:

Stored size: 496 Bytes

Contents

# -*- encoding : utf-8 -*-
class Mindapp::Service
  include Mongoid::Document
  field :uid, :type => String
  field :module_code, :type => String
  field :code, :type => String
  field :name, :type => String
  field :xml, :type => String
  field :role, :type => String
  field :rule, :type => String
  field :seq, :type => Integer
  field :list, :type => Boolean
  field :ma_secured, :type => Boolean
  field :confirm, :type => Boolean

  belongs_to :module, :class_name => "Mindapp::Module"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mindapp2-0.1.1.5 lib/generators/mindapp/templates/app/models/mindapp/service.rb
mindapp2-0.1.1.4 lib/generators/mindapp/templates/app/models/mindapp/service.rb
mindapp2-0.1.1.3 lib/generators/mindapp/templates/app/models/mindapp/service.rb
mindapp2-0.1.1.2 lib/generators/mindapp/templates/app/models/mindapp/service.rb
mindapp2-0.1.1.1 lib/generators/mindapp/templates/app/models/mindapp/service.rb
mindapp2-0.1.0 lib/generators/mindapp/templates/app/models/mindapp/service.rb