I have two Model user and speed
User Model contain
name,email,password,id_watch all this get from sign up In addition to user_id
speed Model contain
id_watch,x_speed,y_speed all this already add by watch device
need when user sign up then enter id_watch get all id_watch data
when id_watch from user table equal id_watch from speed table
Speed.where(id_watch: current_user.id_watch)nor use.findif want to return just oneid_watch