Class: Motr::CargoController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Motr::CargoController
- Defined in:
- app/controllers/motr/cargo_controller.rb
Class Method Summary collapse
Class Method Details
.inherited(base) ⇒ Object
3 4 5 6 |
# File 'app/controllers/motr/cargo_controller.rb', line 3 def self.inherited(base) super base.send(:delivers_cargo) end |