I changed the above code to: “<%= select_tag(collection_select(:book, :owner_id, Owner.all, :id, :full_name)) %>” and now it gets all records as it should.
I changed the above code to: “<%= select_tag(collection_select(:book, :owner_id, Owner.all, :id, :full_name)) %>” and now it gets all records as it should.