9 lines
89 B
Ruby
9 lines
89 B
Ruby
|
class HomeController < ApplicationController
|
||
|
def index
|
||
|
end
|
||
|
|
||
|
def about
|
||
|
end
|
||
|
|
||
|
end
|