Class: SignupController

Inherits:
ApplicationController show all
Defined in:
app/controllers/signup_controller.rb

Overview

サインアップ

Instance Method Summary collapse

Instance Method Details

#indexObject

GET /signup



5
6
7
# File 'app/controllers/signup_controller.rb', line 5

def index
  # nop
end