Refactor app in to its own slice
This commit is contained in:
6
slices/main/views/not_found.rb
Normal file
6
slices/main/views/not_found.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
module Main
|
||||
module Views
|
||||
class NotFound< Main::View
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user