-
Notifications
You must be signed in to change notification settings - Fork 2
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
Movie view page #31
Movie view page #31
Conversation
movie_details = JSON.parse(response.body, symbolize_names: true) | ||
Movie.new(movie_details) | ||
end | ||
end |
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.
Great Job!! This looks awesome!
<h4>Author: <%= review[:author] %></h4> | ||
<p><%= review[:content] %></p> | ||
<% end %> | ||
</p> |
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.
This also looks really good!
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.
This all looks great! Great job!
Pull request checklist
Please check if your PR fulfills the following requirements:
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
No movie view page exists.
Issue Number: #8
What is the new behavior?
Does this introduce a breaking change?
Other information
Please take a look at my design decisions and see if you agree with them! I'm not so sure about the Movie PORO but it does make the view look a lot nice. Definitely something I'm planning to ask Brian about on Monday.