This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
binaryattraction/app/controllers/home.rb

10 lines
99 B
Ruby

class Home < Application
def index
render
end
def acceptable_use
render
end
end