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