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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.