Skip to content

Commit

Permalink
Adding pagination plugin mislav-will_paingate
Browse files Browse the repository at this point in the history
  • Loading branch information
shreekavi committed Mar 23, 2009
1 parent 8bb9456 commit 7077715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
require File.join(File.dirname(__FILE__), 'boot')

Rails::Initializer.run do |config|
# Settings in config/environments/* take precedence over those specified here.
config.gem 'mislav-will_paginate', :version =>'~>2.3.8', :lib=>'will_paginate', :source => 'http://gems.github.com'
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.

Expand Down

0 comments on commit 7077715

Please sign in to comment.