Quote:
|
Originally Posted by SirBob1701
truck_vehicleID it does not insert the id properly. but if i remove set primary key from the truck.rb the method works? i know it most be some base somewhere but how can i fix it?
|
What does the correspondin gview look like? Also, it might be useful if you could provide the code, a database schema and some test data. It's hard to understand the problem without context.
Also, consider posting on one of the Ruby on Rails forums/mailing lists. They probably know a lot more about the details of the system.
Quote:
|
Originally Posted by SirBob1701
just prints out a blank screen event though there is a view for it.
|
Again, what does the view look like?