-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panda Complete #10
base: master
Are you sure you want to change the base?
Panda Complete #10
Conversation
page = Page.create(starting_point: true, preview: 'Adventure road', content: "you wake up on a road. | ||
It's foggy and dampy. In your bag is 30 gold pieces and bacon sandwich. Which do you choose?") | ||
Page.create(conclusion: true, parent_id: page.id, preview: "Go into the Forest", content: "Omg...you just won 30 bags of gold: WINNER") | ||
Page.create(conclusion: true, parent_id: page.id, preview: "Sail across the River", content: "Shat...you just got ripped to pieces by a clan of hungry paranas. LOSER") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for 'shat'
LOL
Seriously excellent job with this submission. Absolutely nothing to comment on, you did great. 🎉 |
Done!!!
|
|
||
def options | ||
Page.find(option_a_id, option_b_id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome!
Excellent submission all around! |
No description provided.