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

7 lines
75 B
Ruby

module Micropub
module Views
class NotFound < View
end
end
end