orbit4-5/app/controllers/members_controller.rb

8 lines
88 B
Ruby

class MembersController < ApplicationController
def index
end
def show
end
end