class Epp::ContactsController < ApplicationController protect_from_forgery with: :null_session def create end def info end end