views:

200

answers:

1

Hi , is there any built in way in rails to convert a model schema into an XML schema , (witch i need to interface with crystal reports)

any help would be great.

Kind regards Jamie

A: 

You might want to check out the ARDumper plugin which will let you export the data within the model.

If you want the actual fields in your model you'll need to write an export off of the model.

Mike Buckbee