Class: SignupController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SignupController
- Defined in:
- app/controllers/signup_controller.rb
Overview
サインアップ
Instance Method Summary collapse
-
#index ⇒ Object
GET /signup.
Instance Method Details
#index ⇒ Object
GET /signup
5 6 7 |
# File 'app/controllers/signup_controller.rb', line 5 def index # nop end |