Sha256: b8a6698af8ce151e0e1534c6a5cc0c3a24b825ecab42ada855ebd13fff15d32a

Contents?: true

Size: 231 Bytes

Versions: 15

Compression:

Stored size: 231 Bytes

Contents

if defined?(Mongoid)
  module Mongoid
    module DataTable
      def self.included base
        base.send :extend, ::DataTable::ClassMethods
        base.send :extend, ::DataTable::Mongoid::ClassMethods
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
data_table-0.4.15 lib/mongoid/data_table.rb
data_table-0.4.14 lib/mongoid/data_table.rb
data_table-0.4.13 lib/mongoid/data_table.rb
data_table-0.4.12 lib/mongoid/data_table.rb
data_table-0.4.11 lib/mongoid/data_table.rb
data_table-0.4.10 lib/mongoid/data_table.rb
data_table-0.4.9 lib/mongoid/data_table.rb
data_table-0.4.8 lib/mongoid/data_table.rb
data_table-0.4.7 lib/mongoid/data_table.rb
data_table-0.4.6 lib/mongoid/data_table.rb
data_table-0.4.5 lib/mongoid/data_table.rb
data_table-0.4.4 lib/mongoid/data_table.rb
data_table-0.4.3 lib/mongoid/data_table.rb
data_table-0.4.2 lib/mongoid/data_table.rb
data_table-0.4.1 lib/mongoid/data_table.rb