polymorph associations

Hello!

I'm quite new to the rails framework and I just discovered the different kind of associations in models. For the application I'm creating, I need some polymorph associations. The model I created, works great. Now I need to create some views for editing the objects with these associations. Is there any "best practice" or a simple way for doing this?

Thanks in advance for your help!