Created
February 3, 2012 21:04
-
-
Save baldwindavid/1732593 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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