Class: Mks::Rate::UnitOfChargesController
- Inherits:
-
ApplicationController
- Object
- Auth::ApplicationController
- ApplicationController
- Mks::Rate::UnitOfChargesController
- Defined in:
- app/controllers/mks/rate/unit_of_charges_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
4 5 6 7 8 |
# File 'app/controllers/mks/rate/unit_of_charges_controller.rb', line 4 def index uocs = UnitOfCharge.all res = Mks::Common::MethodResponse.success_response(uocs) render json: res end |