Update personal_books_controller.rb

This commit is contained in:
chiu 2019-08-14 15:18:46 +08:00
parent c6058905fa
commit aa0febbd30
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ class PersonalBooksController < ApplicationController
else
fields_to_show = [
"year",
"book_title"
"book_title",
"language"
]
end
if params[:selectbox] !=nil