Skip to content

Charlie Parker Chitter Challenge#2185

Open
cshjp wants to merge 1 commit into
makersacademy:mainfrom
cshjp:main
Open

Charlie Parker Chitter Challenge#2185
cshjp wants to merge 1 commit into
makersacademy:mainfrom
cshjp:main

Conversation

@cshjp
Copy link
Copy Markdown

@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.

Comment thread app.rb
peep = Peep.new
peep.message = params['peep']
peep.time = DateTime.now
peep.user_account_id = 1
Copy link
Copy Markdown
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