cryptcheck-rails/app/controllers/site_controller.rb

8 lines
84 B
Ruby

class SiteController < ApplicationController
def index
end
def ciphers
end
end