Instead of to_xml and as_json, simply implement to_api. Return an unformatted hash. Let the model understand the data. Let the controller understand the format. In Rails, the controller can simply call render :xml => model.to_api or render :json => model.to_api.
There are no reported vulnerabilities
30 Day SummaryNov 7 2024 — Dec 7 2024
|
12 Month SummaryDec 7 2023 — Dec 7 2024
|