Class: Polyglot::Sync::HooksController

Inherits:
ApplicationController show all
Defined in:
app/controllers/polyglot/sync/hooks_controller.rb

Instance Method Summary collapse

Instance Method Details

#aws_string_updateObject



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