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