projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Output tags to the feed as raw HTML so that links are not escaped (any
[rails.git]
/
app
/
controllers
/
export_controller.rb
diff --git
a/app/controllers/export_controller.rb
b/app/controllers/export_controller.rb
index ab25fcbc67a2ed407955953287d3550c99c46812..b75fb1bca44d45ec9c00bb272f9ebd4590b49a8f 100644
(file)
--- a/
app/controllers/export_controller.rb
+++ b/
app/controllers/export_controller.rb
@@
-1,4
+1,8
@@
class ExportController < ApplicationController
+
+ before_filter :authorize_web
+ before_filter :set_locale
+
def start
end