rubystudy/app/controllers/users_controller.rb

5 lines
66 B
Ruby

class UsersController < ApplicationController
def new
end
end