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