I am currently working on a small database project to track company
assets. Right now my Database consists of 3 tables. 1 for the
equipment, 1 for the users info, and 1 for the type of equipment.
I have all 3 databases working on a model test site using RoR. Where i
am having trouble is getting the databases to talk together. I can’t
find this answer anywhere else.
My main table is going to be the equipment table. I will enter in the
different types of equipment and users in another table manually. I
want to enter the information in the equipment table, while having drop
down fields to the different users that might be associated with a
particular asset and a drop down for the type of asset it is.
I can upload screenshots of my sample application if needed.
I’m hoping I’m making sense.
Eventually I want to click on the show view for a user and it will show
all the equipment that the user has assigned to them. I’m just going 1
step at a time right now.
Thanks for any help on this matter