-
Notifications
You must be signed in to change notification settings - Fork 24
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
TunesTakeOut #11
base: master
Are you sure you want to change the base?
TunesTakeOut #11
Conversation
…trange reason to I dont' have that much time
@message = "Not so good :(" | ||
end | ||
@print_status = favorite | ||
redirect_to get_my_favs_path |
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.
Indent the above 2 lines and the line above end.
@show_favorites = TunesTakeOut.new.my_favorites(current_user.uid) | ||
|
||
@show_favorites.each do |entire_suggestion| | ||
a = entire_suggestion["suggestion"] |
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.
What is a? A more descriptive name would make the code easier to read.
Great job! 🚀 Things to look out for: remove extra whitespace, indent code appropriately, remove commented out code before submitting pull requests, name variables more descriptively. |
No description provided.