darkmoves / pubcrawl

For any T stop in Boston, check the time until the last train and find a nearby bar.
http://onelastdrink.herokuapp.com
0 stars 1 forks source link

Simplify index logic and index view. #20

Closed darkmoves closed 10 years ago

darkmoves commented 10 years ago

Add constant arrays for all 4 lines in the Trainline class and create initialize method and attr_accessor.

Change logic in main controller to iterate over arrays to create 4 line objects.

Change index view to iterate over line code for each trainline object.