ga-wdi-exercises/game_of_thrones

GOT lab

Closed this issue · 1 comments

Couldn't push to master branch for some reason.

Comfort: 3
Completeness: 3.5

Need more reps with Rails and Postgres

https://github.com/BaVPhan/GOTlab

👍 one comment really:

    # consider naming this variable @houses_for_select to differentiate it from your other instance vars
    @houses = House.all.map {|house| [house.name, house.id]}