|
I am also fairly new to rails... But it doesn't matter...
If you were using 2 different models, i forgot your exact post but here's an example of using 2.
def method_name
@user = User.find(@params["id"])
@images = Images.find_all(@params["id"])
end
As far as scaffolding 2 models... Any particular reason you want to? Scaffolding is sort of a temporary guide.
__________________
No trees were harmed in the transmission of this message.
However, a rather large number of electrons were temporarily
inconvenienced.
|