Skip to content

Instantly share code, notes, and snippets.

@badosu
Created June 29, 2016 02:09
Show Gist options
  • Save badosu/12b1c0e663177dd69897dea4014d1e0c to your computer and use it in GitHub Desktop.
Save badosu/12b1c0e663177dd69897dea4014d1e0c to your computer and use it in GitHub Desktop.
one_through_one :accepted_car_request_transition,
class: CarRequestTransition,
join_table: :car_requests,
right_key: :id,
right_primary_key: :car_request_id,
left_key: :car_request_group_id,
left_primary_key: :id,
conditions: {
accepted_car_request_transition__most_recent: true,
accepted_car_request_transition__to_state: 'accepted'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment