hongtran / restaurant

0 stars 0 forks source link

Thanks! #1

Open coderschoolreview opened 8 years ago

coderschoolreview commented 8 years ago

Thank for your submission.

Goals of this homework:

class HomeController < ApplicationController
  def index
  end

  def menu
    ...
  end

  def contact_us
  end
end

Overall, it's a good submission. But if you have time, try to do some optional features, it's good for your learning. Please keep it up :dancer:

hongtran commented 8 years ago

Thanks you so much for your suggestion. I will do better in next homeworks.

2016-07-11 11:59 GMT+07:00 coderschoolreview notifications@github.com:

Thank for your submission. Goals of this homework:

Great stuff:

  • Nice validation code on food_item.rb model.
  • You look confident using where and order, happy to see these lines of code.

Suggestions:

class HomeController < ApplicationController def index end

def menu ... end

def contact_us endend

Overall, it's a good submission. But if you have time, try to do some optional features, it's good for your learning. Please keep it up 💃

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hongtran/restaurant/issues/1, or mute the thread https://github.com/notifications/unsubscribe/AHpp_VbhVMRAU69vRcEIaLq2SqAnCCRvks5qUc27gaJpZM4JJCDp .