6 lines
75 B
Ruby
6 lines
75 B
Ruby
class Public::HomeController < ApplicationController
|
|
def home
|
|
end
|
|
|
|
end
|