Skip to content

Instantly share code, notes, and snippets.

@burin
Created November 5, 2008 03:24
Show Gist options
  • Save burin/22291 to your computer and use it in GitHub Desktop.
Save burin/22291 to your computer and use it in GitHub Desktop.
Rails::Initializer.run do |config|
%w(observers sweepers mailers).each do |dir|
config.load_paths << "#{RAILS_ROOT}/app/#{dir}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment