7 lines
101 B
Ruby
7 lines
101 B
Ruby
module Public
|
|
class HomeController < Public::ApplicationController
|
|
def index
|
|
end
|
|
end
|
|
end
|