Class: Ship::Driver::BaseController
- Inherits:
-
MyController
- Object
- MyController
- Ship::Driver::BaseController
- Defined in:
- app/controllers/ship/driver/base_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#current_driver ⇒ Object
4 5 6 |
# File 'app/controllers/ship/driver/base_controller.rb', line 4 def current_driver current_user.driver end |