muck-engine 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +0,0 @@
1
- ActionController::Base.send :include, ActionController::MuckApplication
2
- ActiveRecord::Base.send :include, ActiveRecord::MuckModel
3
- ActionController::Base.send :helper, MuckEngineHelper
4
-
5
- I18n.load_path += Dir[ File.join(File.dirname(__FILE__), '..', 'locales', '*.{rb,yml}') ]