Skip to content

Instantly share code, notes, and snippets.

@baldwindavid
Created February 3, 2012 21:04
Show Gist options
  • Save baldwindavid/1732593 to your computer and use it in GitHub Desktop.
Save baldwindavid/1732593 to your computer and use it in GitHub Desktop.
def plan
Plan.find(plan_id)
end
def plan=(_plan)
self.plan_id = _plan.id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment