Update personal_books_controller.rb
This commit is contained in:
parent
6d3b6f5fcb
commit
ce9f375221
|
@ -17,8 +17,7 @@ class PersonalBooksController < ApplicationController
|
|||
else
|
||||
fields_to_show = [
|
||||
"year",
|
||||
"book_title",
|
||||
"language"
|
||||
"book_title"
|
||||
]
|
||||
end
|
||||
if params[:selectbox] !=nil
|
||||
|
|
Loading…
Reference in New Issue