public
Fork of mislav/will_paginate
Description: Most awesome pagination solution for Rails
Homepage: http://github.com/mislav/will_paginate/wikis
Clone URL: git://github.com/technoweenie/will_paginate.git
Search Repo:
Remove unnecessary condition from plugin initializer


git-svn-id: svn://errtheblog.com/svn/plugins/will_paginate@437 
1eaa51fe-a21a-0410-9c2e-ae7a00a434c4
mislav (author)
Sun Jan 27 09:41:08 -0800 2008
commit  ed0ef1cd4915aa4041cf173ef802451ccbfe02af
tree    9e32c9593e47f151e34230ee002fc4d7394a91fb
parent  7af3971321965b77eec662441a1eaea7cbcce7b5
...
1
2
3
4
 
 
...
 
 
 
 
1
2
0
@@ -1,4 +1,2 @@
0
-unless ActiveRecord::Base.respond_to? :paginate
0
- require 'will_paginate'
0
- WillPaginate.enable
0
-end
0
+require 'will_paginate'
0
+WillPaginate.enable

Comments

    No one has commented yet.