Sha256: 9c963cdb20972ad77dbc8d3f491d7130d747a4a4b5374e3993b24d72a8bfa50d

Contents?: true

Size: 432 Bytes

Versions: 1

Compression:

Stored size: 432 Bytes

Contents

# Needed to import datamapper and other gems
require 'pathname'

# Add all external dependencies for the plugin here
require 'dm-core'

# Require plugin-files
dir = Pathname(__FILE__).dirname.expand_path / 'dm-is-page-by-page'
require dir / "hash"
require dir / 'is' / 'paginated'

# Include the plugin in Resource
module DataMapper
  module Model
    include DataMapper::Is::Paginated
  end # module Module
end # module DataMapper

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dm-is-page-by-page-0.0.2 lib/dm-is-page-by-page.rb