mirror of
https://github.com/Eising/kipketer.git
synced 2024-05-11 05:55:17 +00:00
8 lines
128 B
Ruby
8 lines
128 B
Ruby
class Hastighedstest < Sinatra::Base
|
|
not_found do
|
|
@pagetitle = "Page not found"
|
|
haml :notfound
|
|
end
|
|
|
|
end
|