Skip to content

Instantly share code, notes, and snippets.

@knwang
Created October 5, 2011 02:56
Show Gist options
  • Save knwang/1263513 to your computer and use it in GitHub Desktop.
Save knwang/1263513 to your computer and use it in GitHub Desktop.
Proofing_oven: Candidates Controller with sorting
class CandidatesController < ApplicationController
expose(:candidates) { Candidate.order(:first_name) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment