app/controllers/feeder/application_controller.rb in feeder-0.3.0 vs app/controllers/feeder/application_controller.rb in feeder-0.5.1
- old
+ new
@@ -1,4 +1,4 @@
module Feeder
- class ApplicationController < ActionController::Base
+ class ApplicationController < ::ApplicationController
end
end