Class: Ship::Driver::BaseController

Inherits:
MyController
  • Object
show all
Defined in:
app/controllers/ship/driver/base_controller.rb

Direct Known Subclasses

FavoritesController

Instance Method Summary collapse

Instance Method Details

#current_driverObject



4
5
6
# File 'app/controllers/ship/driver/base_controller.rb', line 4

def current_driver
  current_user.driver
end