XML builder for generating xml response files, test dummy for epp

This commit is contained in:
Martin Lensment 2014-06-18 18:30:50 +03:00
parent 3bedf17d9a
commit e46cdbd6fc
7 changed files with 31 additions and 22 deletions

View file

@ -1,7 +1,7 @@
Rails.application.routes.draw do
namespace(:epp) do
get 'session/:command', to: 'sessions#index', defaults: { format: :xml }
post 'session/:command', to: 'sessions#create', defaults: { format: :xml }
get 'session/hello', to: 'sessions#greeting', defaults: { format: :xml }
post 'session/:command', to: 'sessions#proxy', defaults: { format: :xml }
end
# The priority is based upon order of creation: first created -> highest priority.