summaryrefslogtreecommitdiff
path: root/views/model.builder
blob: dbb1ca1e076d165925ca607cfc619d8555556473 (plain)
1
2
3
4
5
6
7
8
xml.instruct!
xml.model do
	xml.uri url_for("/", :full) + @model.id.to_s
	xml.name @model.name
	xml.training_dataset_uri @model.training_dataset_uri
	xml.feature_dataset_uri @model.feature_dataset_uri
	xml.finished @model.finished
end