Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-14 10:53:46 +08:00
parent a360529e89
commit 100d517edf
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ class PersonalJournalsController < ApplicationController
choice_value = fields_to_show
choice_value.unshift("default")
choice_select=choice_value.map{|iter| iter==params[:selectbox] ? "true" : "false"}
choice_select=choice_select.map{|value| {"choice_select" => value}}
choice_value=choice_value.map{|value| {"choice_value" => value}}
choice_default = params[:locale]!='en' ? "——選取分類——" : "——select class——"
choice_show.unshift(choice_default)