Class: OpenReceive::RatesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- OpenReceive::RatesController
- Defined in:
- app/controllers/openreceive/rates_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
10 11 12 13 14 15 16 |
# File 'app/controllers/openreceive/rates_controller.rb', line 10 def index openreceive_respond(openreceive_handler.read_rates( query_string: request.query_string, request: request, request_id: openreceive_request_id )) end |