Files
sx-fc/app/controllers/home_controller.rb
2017-04-04 02:29:11 +06:30

11 lines
108 B
Ruby

class HomeController < ApplicationController
def index
end
def create
end
def destroy
end
end