Class: OpenStax::Connect::Dev::UsersController
- Inherits:
- 
      DevController
      
        - Object
- ActionController::Base
- ApplicationController
- DevController
- OpenStax::Connect::Dev::UsersController
 
- Defined in:
- app/controllers/openstax/connect/dev/users_controller.rb
Instance Method Summary collapse
Instance Method Details
#login ⇒ Object
| 6 | # File 'app/controllers/openstax/connect/dev/users_controller.rb', line 6 def login; end | 
#search ⇒ Object
| 8 9 10 11 | # File 'app/controllers/openstax/connect/dev/users_controller.rb', line 8 def search handle_with(Dev::UsersSearch, complete: lambda { render 'search' }) end |