Update personal_books_controller.rb
This commit is contained in:
parent
c6058905fa
commit
aa0febbd30
|
@ -17,7 +17,8 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue