]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/reports_controller.rb
Merge remote-tracking branch 'upstream/pull/4762'
[rails.git] / app / controllers / reports_controller.rb
index 6d05e6a57b7f24042ffcb781e8952cbeb7f52bd5..5c70d970408f595411fd70c097c8c389ddd7e933 100644 (file)
@@ -3,9 +3,12 @@ class ReportsController < ApplicationController
 
   before_action :authorize_web
   before_action :set_locale
+  before_action :check_database_readable
 
   authorize_resource
 
+  before_action :check_database_writable, :only => [:new, :create]
+
   def new
     if required_new_report_params_present?
       @report = Report.new