6 lines
68 B
Ruby
6 lines
68 B
Ruby
class PagesController < ApplicationController
|
|
|
|
def home
|
|
end
|
|
end
|