projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Improve detection of browsers needing ES6 shims
[rails.git]
/
app
/
controllers
/
export_controller.rb
diff --git
a/app/controllers/export_controller.rb
b/app/controllers/export_controller.rb
index afdf4d8d7e38005f89c310d2f8bf9f0033d84cbb..18ac15c101b47feeb1b518eb12a26a4b1dfe52e9 100644
(file)
--- a/
app/controllers/export_controller.rb
+++ b/
app/controllers/export_controller.rb
@@
-2,6
+2,7
@@
class ExportController < ApplicationController
before_action :authorize_web
before_action :set_locale
before_action :update_totp, :only => [:finish]
+ authorize_resource :class => false
caches_page :embed