Made rubocop happy by formatting and minor syntax tweaks.

This commit is contained in:
Matt Amos 2016-08-22 17:23:38 +01:00
parent 5cc0eba3f1
commit 757a1aaa85
18 changed files with 511 additions and 608 deletions

View file

@ -297,8 +297,8 @@ OpenStreetMap::Application.routes.draw do
post "reopen"
end
end
post '/comment' => 'issues#comment'
post "/comment" => "issues#comment"
# redactions
resources :redactions