Refactor epp routing

This commit is contained in:
Martin Lensment 2015-01-16 13:26:54 +02:00
parent fcc4477f68
commit db77334711
5 changed files with 95 additions and 8 deletions

View file

@ -0,0 +1,9 @@
class Epp::ContactsController < ApplicationController
protect_from_forgery with: :null_session
def create
end
def info
end
end