Sha256: 31d11ac0a651ef1ae92ed6454600b0dc734f8bdfa062b3391255b0ced5d68d61

Contents?: true

Size: 466 Bytes

Versions: 1

Compression:

Stored size: 466 Bytes

Contents

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

1 entries across 1 versions & 1 rubygems

Version Path
mindapp-0.0.1 lib/generators/mindapp/templates/app/models/mindapp/service.rb