2011-05-22 3 views

Répondre

1

Dans votre config/application.rb:

config.autoload_paths += %W(#{config.root}/lib #{config.root}/app/helpers) 

Il devrait y avoir une ligne de commentaire qui explique ce que autoload_paths est pour.

+0

Absolument parfait. Merci! – jaydel

Questions connexes