Sha256: 985cb4c21d3c8533a9f7eec29e33626c48387c845904aa12b40bc32bb179d341

Contents?: true

Size: 351 Bytes

Versions: 4

Compression:

Stored size: 351 Bytes

Contents

require "permalink/string_ext"
require "permalink/orm/base"
require "permalink/orm/active_record"
require "permalink/orm/mongo_mapper"
require "permalink/orm/mongoid"

ActiveRecord::Base.send(:include, Permalink::Orm::ActiveRecord) if defined?(ActiveRecord)
Mongoid::Document::ClassMethods.send(:include, Permalink::Orm::Mongoid) if defined?(Mongoid)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
permalink-1.2.1 lib/permalink.rb
permalink-1.2.0 lib/permalink.rb
permalink-1.1.2 lib/permalink.rb
permalink-1.1.1 lib/permalink.rb