test/dummy/app/controllers/application_controller.rb in opro-0.0.1.pre vs test/dummy/app/controllers/application_controller.rb in opro-0.0.1.pre1.0.1
- old
+ new
@@ -1,3 +1,6 @@
class ApplicationController < ActionController::Base
protect_from_forgery
+
+ allow_oauth!
+
end