7 lines
76 B
Ruby
7 lines
76 B
Ruby
module Main
|
|
module Views
|
|
class NotFound< Main::View
|
|
end
|
|
end
|
|
end
|