X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b8a1a904c6273252c56998178b69f5f65d744d69..4ea868ace783da734ada2e9d7f8bc2453a142829:/app/controllers/user_blocks_controller.rb diff --git a/app/controllers/user_blocks_controller.rb b/app/controllers/user_blocks_controller.rb index a526f529e..ec85aef38 100644 --- a/app/controllers/user_blocks_controller.rb +++ b/app/controllers/user_blocks_controller.rb @@ -37,7 +37,7 @@ class UserBlocksController < ApplicationController end def new - @user_block = UserBlock.new + @user_block = UserBlock.new(:needs_view => true) end def edit