git clone git://github.com/insoshi/insoshi.git
[#67] Fixed (I think) the source of the ActionController::InvalidAuthenticityToken exception
1 2 3 4
unless ActiveRecord::Base.respond_to? :paginate require 'will_paginate' WillPaginate.enableend