Class: MembersController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/members_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
# File 'app/controllers/members_controller.rb', line 6

def index
  redirect_to root_url
end

#showObject



10
11
12
# File 'app/controllers/members_controller.rb', line 10

def show
  redirect_to root_url
end