Sha256: 3c5e43696c80a878437d2a8cbd4242550a869068651ff6d0489d307cdccad847
Contents?: true
Size: 256 Bytes
Versions: 19
Compression:
Stored size: 256 Bytes
Contents
class MetadataFiltersController < ActionController::Base protect_from_forgery def filter Bugsnag.notify("handled string") do |report| report.add_tab(:my_specific_filter, { :foo => "bar" }) end render json: {} end end
Version data entries
19 entries across 12 versions & 1 rubygems