Files
fetsite/app/controllers/home_controller.rb

9 lines
85 B
Ruby

class HomeController < ApplicationController
def index
end
def dev
end
end