Skip to content
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

Charlie Parker Chitter Challenge #2185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

cshjp
Copy link

@cshjp cshjp commented May 11, 2023

There is only one commit as I had to redo all my gemfiles when I had already completed everything but the app.rb, and it was easier to move everything over to a new chitter file than potentially mess up the one I had been working on.

peep = Peep.new
peep.message = params['peep']
peep.time = DateTime.now
peep.user_account_id = 1
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was supposed to be peep.user_account_id = session[user_id]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant