Files
adamantium/app/views/not_found.rb
2023-01-27 22:55:09 +11:00

7 lines
77 B
Ruby

module Adamantium
module Views
class NotFound < View
end
end
end