Skip to content

Commit

Permalink
Fix LOAD_PATH for "lib" libraries for Ruby 1.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
igal committed Oct 17, 2011
1 parent 8062507 commit 1b103e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/application.rb
Expand Up @@ -22,6 +22,9 @@ class Application < Rails::Application
$LOAD_PATH << Rails.root.join('vendor','gems','mofo-0.2.8','lib')
require 'mofo'

# "/lib" libraries
$LOAD_PATH << Rails.root.join

#---[ Rails ]-----------------------------------------------------------

# Activate observers that should always be running
Expand Down

0 comments on commit 1b103e6

Please sign in to comment.