Sha256: bfcc7a42c12efb7505c19b067bd6950458f234ed6afae4ef645cbe7e88bdaac8

Contents?: true

Size: 261 Bytes

Versions: 10

Compression:

Stored size: 261 Bytes

Contents

module NeatPages
  module Implants
  end
end

if defined? Rails::Railtie
  require 'neat_pages/implants/railtie'
elsif defined? Rails::Initializer
  raise "neat-pages is not compatible with Rails 2.3 or older"
end

require 'neat_pages/implants/mongoid_implant'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
neat-pages-0.1.7 lib/neat_pages/implants.rb
neat-pages-0.1.6 lib/neat_pages/implants.rb
neat-pages-0.1.5 lib/neat_pages/implants.rb
neat-pages-0.1.4 lib/neat_pages/implants.rb
neat-pages-0.1.3 lib/neat_pages/implants.rb
neat-pages-0.1.2 lib/neat_pages/implants.rb
neat-pages-0.1.1 lib/neat_pages/implants.rb
neat-pages-0.1.0 lib/neat_pages/implants.rb
neat-pages-0.0.2 lib/neat_pages/implants.rb
neat-pages-0.0.1 lib/neat_pages/implants.rb