Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails 1.2.6 アプリケーションがあり、app/ にフォルダーを作成し、そのコンテンツをロードできるようにしたいと考えています。
これは Rails 3 の動作です。Rails 1.2.6 で同じことを実現するにはどうすればよいですか?
config/environment.rb で
config.load_paths += Dir["#{RAILS_ROOT}/app/jobs"]