railsbridge-boston / railsbridgeboston_dot_org

This is the RailsBridge Boston website.
https://www.railsbridgeboston.org/
0 stars 2 forks source link

Eliminate the need to explicitly require dependencies in each file #40

Closed mxie closed 8 years ago

mxie commented 8 years ago

While specifying our dependencies in each class and test is nice, it's now becoming tedious. Let's find a way to safely remove those explicit requires and have them automatically done for us since it's a Rails app now.

mxie commented 8 years ago

Fixed in #41