1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00
Files
projekteuler/app/controllers/about_controller.rb
2017-11-24 14:26:48 +01:00

17 lines
156 B
Ruby

class AboutController < ApplicationController
def index
end
def info
end
def copyright
end
def legal
end
def roman_numerals
end
end