diff --git a/app/controllers/notices_controller.rb b/app/controllers/notices_controller.rb index 39d77c1..cf28a3c 100644 --- a/app/controllers/notices_controller.rb +++ b/app/controllers/notices_controller.rb @@ -1,4 +1,6 @@ class NoticesController < ApplicationController + respond_to :xml + skip_before_filter :authenticate_user!, :only => :create def create -- libgit2 0.21.2