tiy-houston-q1-rails / day-1

Day 1 Intro to Ruby
0 stars 0 forks source link

Karthik Soora's Day 1 HW #7

Open ksoora opened 9 years ago

ksoora commented 9 years ago

https://gist.github.com/ksoora/449cfc85d221bb694a23

jwo commented 9 years ago

Minor things -- you named the file "day-1-rb", but if you had named it "day-1.rb" it would have had syntax highlighting instead of just grey text.

Some major ones though:

Favorite_movies.each do
|List_of_setting|
puts List_of_setting.setting
end 

Errors: