Sha256: 66d223e4a0c04541fb368c1db0c807507fd7beeb8b9d04c290c459f40cd235f1
Contents?: true
Size: 224 Bytes
Versions: 4
Compression:
Stored size: 224 Bytes
Contents
XmlToForm::Engine.routes.draw do post 'xml_form', to: 'xml_handlers#xml_form' post 'xml_update',to: 'xml_handlers#xml_update' get 'upload_file', to: 'xml_handlers#upload_file' root to: 'xml_handlers#upload_file' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
xml_to_form-0.0.4 | config/routes.rb |
xml_to_form-0.0.3 | config/routes.rb |
xml_to_form-0.0.2 | config/routes.rb |
xml_to_form-0.0.1 | config/routes.rb |