mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
9 lines
139 B
Ruby
9 lines
139 B
Ruby
class Epp::ContactsController < ApplicationController
|
|
protect_from_forgery with: :null_session
|
|
|
|
def create
|
|
end
|
|
|
|
def info
|
|
end
|
|
end
|