rails/init.rb in muck-raker-0.1.15 vs rails/init.rb in muck-raker-0.1.16
- old
+ new
@@ -12,16 +12,7 @@
puts "Please install the acts-as-taggable-on gem from http://gems.github.com"
end
end
end
-I18n.load_path += Dir[ File.join(File.dirname(__FILE__), '..', 'locales', '*.{rb,yml}') ]
-
-ENV['APP_AVAILABLE_LOCALES'] = "^en|es|fr|nl|ja|de|ru|zh"
-ENV['APP_DEFAULT_LOCALE'] = 'en'
-
require 'muck_raker'
require 'muck_raker/initialize_routes'
-
-config.to_prepare do
- ApplicationController.helper(MuckRakerHelper)
-end
\ No newline at end of file