-
Notifications
You must be signed in to change notification settings - Fork 21
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
Final submission for final wave of Media Ranker #40
base: sat/master
Are you sure you want to change the base?
Conversation
Bootstrap CSS and RSPEC tests completed, Wave 3 of project complete. |
def movie_params | ||
params.permit(movie: [:title, :director, :ranking, :description]) | ||
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.
Your initial setup of individual controllers for book, movie and albums are very clean. Nice.
@trowbrsa , awesome Media Ranker submission. Your spacing and styling is beautifully done and allows for easy to read clean coding. ( Pretty sure my code wasn't nearly this clean by now.) The conversion to one medium from three separate controllers indicates an strong grasp of concepts. Again, well done 👍 m |
I have a few RSPEC tests I want to clean up and some light Boostrap updates to make. Please look for another pull request by Sunday evening (12/6/15).