lib/rows_controller.rb in rows_controller-2.0.3 vs lib/rows_controller.rb in rows_controller-2.0.5
- old
+ new
@@ -1,8 +1,8 @@
-require 'rows_controller/engine'
+require 'rows/engine'
module Rows
end
-I18n.load_path << File.expand_path('../rows_controller/locales/en.yml', __FILE__)
-I18n.load_path << File.expand_path('../rows_controller/locales/de.yml', __FILE__)
+I18n.load_path << File.expand_path('../rows/locales/en.yml', __FILE__)
+I18n.load_path << File.expand_path('../rows/locales/de.yml', __FILE__)
I18n.reload!