whitespace
This commit is contained in:
parent
749fe8df5e
commit
35d8a05e8a
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class ObjectManagerAttributesController < ApplicationController
|
|||
params[:data_option][:options][true] = params[:data_option][:options][:true]
|
||||
params[:data_option][:options].delete(:true)
|
||||
end
|
||||
if params[:data_option][:default] == 'true'
|
||||
if params[:data_option][:default] == 'true'
|
||||
params[:data_option][:default] = true
|
||||
elsif params[:data_option][:default] == 'false'
|
||||
params[:data_option][:default] = false
|
||||
|
|
Loading…
Reference in a new issue