Radoslav Angelov

Results 1 comments of Radoslav Angelov

Hi, I have experienced the same issue. In order to use the `custom_options` method I added this to my `application_controller.rb` file: ```sh def append_info_to_payload(payload) super payload[:uuid] = request.uuid end ```...