Files
adamantium/slices/main/views/not_found.rb

7 lines
76 B
Ruby

module Main
module Views
class NotFound< Main::View
end
end
end