Class: Polyglot::Sync::HooksController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Polyglot::Sync::HooksController
- Defined in:
- app/controllers/polyglot/sync/hooks_controller.rb
Instance Method Summary collapse
Instance Method Details
#aws_string_update ⇒ Object
6 7 8 9 10 11 12 |
# File 'app/controllers/polyglot/sync/hooks_controller.rb', line 6 def aws_string_update aws_service = AwsService.new converter = ConverterService.new(aws_service.json) converter.parse_json_to_yml render :json => { :status => "OK" } end |