Class: ClientLogin::WorkUnitsController
- Inherits:
-
BaseController
- Object
- BaseController
- ClientLogin::WorkUnitsController
- Defined in:
- app/controllers/client_login/work_units_controller.rb
Instance Method Summary collapse
-
#show ⇒ Object
GET /work_units/:id.
Methods included from ControllerMixins::WorkUnits
Instance Method Details
#show ⇒ Object
GET /work_units/:id
8 9 10 |
# File 'app/controllers/client_login/work_units_controller.rb', line 8 def show @work_unit = WorkUnit.find params[:id] end |