Update personal_books_controller.rb

This commit is contained in:
chiu 2019-08-14 16:06:14 +08:00
parent 6d3b6f5fcb
commit ce9f375221
1 changed files with 1 additions and 2 deletions

View File

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