Sha256: 5516f51f9742c23b19c8005ea6c3ca828883e05cc4d1ecf1673b9a09f08478a3

Contents?: true

Size: 493 Bytes

Versions: 7

Compression:

Stored size: 493 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 :secured, :type => Boolean
  field :confirm, :type => Boolean

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mindapp-0.0.8 lib/generators/mindapp/templates/app/models/mindapp/service.rb
mindapp-0.0.7 lib/generators/mindapp/templates/app/models/mindapp/service.rb
mindapp-0.0.6 lib/generators/mindapp/templates/app/models/mindapp/service.rb
mindapp-0.0.5 lib/generators/mindapp/templates/app/models/mindapp/service.rb
mindapp-0.0.4 lib/generators/mindapp/templates/app/models/mindapp/service.rb
mindapp-0.0.3 lib/generators/mindapp/templates/app/models/mindapp/service.rb
mindapp-0.0.2 lib/generators/mindapp/templates/app/models/mindapp/service.rb