Conversation
There was a problem hiding this comment.
When using images it is safer to download the image and reference to it's folder location rather than rely on a 3rd party website. The image may get taken down or moved by the owner of the site or even worse could be swapped out for something unsavory.
There was a problem hiding this comment.
I love your get_album method! You could also set this as a private helper method that you call in a before acton at the top of your controller. Example: before_action :get_album, only: [:edit, :show, :update] The same can be done for your get_movie and get_book methods in their corresponding controllers.
|
|
I've completed the project and everything looks great.
I'm planning to DRY using partials and rspec shared examples tomorrow, so I'll probably push again tomorrow!
Oh, and I used "hello kitty" image, since I can't see this owl staring at me. :-D