mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
17 lines
156 B
Ruby
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
|