Skip to content

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