Find a book with reference number and issued date with Ruby on rails -


find book reference number , issued date.

i creating books store ruby on rails, user type reference number , issued date display books only, not search function.

t.integer reference t.datetime "created_at" 

how can possible work simple_form gem.

book.where(reference: number, created_at: date).first


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -