Set needs_view by default for new blocks
This commit is contained in:
parent
7b19ba580c
commit
8455b7cf03
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class UserBlocksController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def new
|
def new
|
||||||
@user_block = UserBlock.new
|
@user_block = UserBlock.new(:needs_view => true)
|
||||||
end
|
end
|
||||||
|
|
||||||
def edit
|
def edit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue