Commit b6b44d59962f8d38235692bc2a81dc268c4ca330

Authored by Julio Monteiro
1 parent eea397a1
Exists in master and in 1 other branch production

Should only return XML. Note that we also have NoticesController#locate inside t…

…his controller, but it should simply redirect.
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/controllers/notices_controller.rb
1 1 class NoticesController < ApplicationController
  2 + respond_to :xml
  3 +
2 4 skip_before_filter :authenticate_user!, :only => :create
3 5  
4 6 def create
... ...