RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: grcarey
As a gotcha, if you've followed any other of the railscasts on searching (e.g. Search, Sort, Paginate with AJAX remember to remove the private def self.search methods from the controllers!
private def self.search
As a gotcha, if you've followed any other of the railscasts on searching (e.g. Search, Sort, Paginate with AJAX remember to remove the
private def self.search
methods from the controllers!