5 lines
67 B
Ruby
5 lines
67 B
Ruby
class PagesController < ApplicationController
|
|
def home
|
|
end
|
|
end
|