app/controllers/umlaut_controller.rb in umlaut-4.0.0.beta2 vs app/controllers/umlaut_controller.rb in umlaut-4.0.0.beta3
- old
+ new
@@ -1,6 +1,5 @@
require 'umlaut'
-require 'umlaut_configurable'
# Superclass for all Umlaut controllers, to hold default behavior,
# also hold global configuration. It's a superclass rather than a module,
# so we can use Rails 3 hieararchical superclass view lookup too if we want,
# for general umlaut views. And also so local app can over-ride
\ No newline at end of file