Skip to content

Commit

Permalink
Requiring will_paginate into railtie
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasas committed Jan 23, 2012
1 parent 53e2304 commit d5b40c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/will_paginate_mongoid/engine.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'rails'
require 'mongoid'
require 'will_paginate'

module WillPaginateMongoid
class Engine < ::Rails::Engine
Expand Down
2 changes: 1 addition & 1 deletion lib/will_paginate_mongoid/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WillPaginateMongoid
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit d5b40c5

Please sign in to comment.