__DIR_DIR_DUR__
Published 2009-07-20 @ 16:05
Tagged rails
Something I’ll never understand…
1 |
require File.expand_path(File.dirname(__FILE__) + "/../config/environment") |
vs
1 |
require 'config/environment'
|
The choice seems obvious to me.