Skip to content

Instantly share code, notes, and snippets.

@mikebaldry
Created November 8, 2012 14:12
Show Gist options
  • Save mikebaldry/4039026 to your computer and use it in GitHub Desktop.
Save mikebaldry/4039026 to your computer and use it in GitHub Desktop.
has_one :latest_successful_audit_factor_change,
class_name: "AuditFactorChange",
primary_key: "san",
foreign_key: "san",
conditions: {status: "Complete"},
order: "finished_at DESC"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment