X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b8a1a904c6273252c56998178b69f5f65d744d69..8ccf357616065d2806b8b3c90f2ae320d8707a79:/app/controllers/user_blocks_controller.rb?ds=sidebyside 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