Skip to content

Instantly share code, notes, and snippets.

@knwang
Created October 8, 2011 20:36
Show Gist options
  • Save knwang/1272835 to your computer and use it in GitHub Desktop.
Save knwang/1272835 to your computer and use it in GitHub Desktop.
Proofing_oven: Candidate Controller refactored
class CandidatesController < ApplicationController
expose(:candidates) { Candidate.search(params[:search]).order(:first_name) }
def search
render :index
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment