cryptcheck-rails/app/controllers/site_controller.rb

8 righe
84 B
Ruby

class SiteController < ApplicationController
def index
end
def ciphers
end
end