Source: show | on GitHub
# File actioncable/test/channel/rejection_test.rb, line 7 def subscribed reject if params[:id] > 0 end