6 lines
68 B
Ruby
6 lines
68 B
Ruby
class HomeController < ApplicationController
|
|
def about
|
|
|
|
end
|
|
end
|