# HG changeset patch # User Jittat Fakcharoenphol # Date 2012-10-06 07:39:00 # Node ID a949c5b54809a8ae560d2ac8b0a2eaec9b5a93c3 # Parent 4e59f67ded1a48fc00fa73fb90d90313878127be added lib load path to config diff --git a/config/application.rb.SAMPLE b/config/application.rb.SAMPLE --- a/config/application.rb.SAMPLE +++ b/config/application.rb.SAMPLE @@ -16,7 +16,7 @@ # -- all .rb files in that directory are automatically loaded. # Custom directories with classes and modules you want to be autoloadable. - # config.autoload_paths += %W(#{config.root}/extras) + config.autoload_paths += %W(#{config.root}/lib) # Only load the plugins named here, in the order given (default is alphabetical). # :all can be used as a placeholder for all plugins not explicitly named.