Class: Teams::LookupsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Teams::LookupsController
- Defined in:
- app/controllers/jobshop/teams/lookups_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
11 12 13 14 |
# File 'app/controllers/jobshop/teams/lookups_controller.rb', line 11 def create # noop redirect_to new_user_session_path end |
#show ⇒ Object
7 8 9 |
# File 'app/controllers/jobshop/teams/lookups_controller.rb', line 7 def show @lookup = Jobshop::User.new end |