Sha256: 6081d787795e75ef9d253108990aa87e1314645b94125e92ff8bcab61f367dbf

Contents?: true

Size: 195 Bytes

Versions: 7

Compression:

Stored size: 195 Bytes

Contents

module Typus
  module Orm
    module Mongoid
      module ClassMethods

        extend Typus::Orm::Base

        def table_name
          collection_name
        end

      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typus-3.1.5 lib/typus/orm/mongoid/class_methods.rb
typus-3.1.4 lib/typus/orm/mongoid/class_methods.rb
typus-3.1.3 lib/typus/orm/mongoid/class_methods.rb
typus-3.1.2 lib/typus/orm/mongoid/class_methods.rb
typus-3.1.1 lib/typus/orm/mongoid/class_methods.rb
typus-3.1.0 lib/typus/orm/mongoid/class_methods.rb
typus-3.1.0.rc19 lib/typus/orm/mongoid/class_methods.rb