Add basic mod_epp setup to readme

This commit is contained in:
Martin Lensment 2014-06-18 13:10:22 +03:00
parent 4d92a40a8d
commit 6a0a22bdc0
6 changed files with 141 additions and 0 deletions

View file

@ -1,4 +1,8 @@
Rails.application.routes.draw do
namespace(:epp) do
get 'session/:command', to: 'sessions#index', defaults: { format: :xml }
end
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".