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