Sha256: 44eb600939b5da4498230fb469fe3532e94a3c2a151db1be9267794bf78a0cb4
Contents?: true
Size: 208 Bytes
Versions: 94
Compression:
Stored size: 208 Bytes
Contents
module Usage class AbResultController < ApplicationController skip_before_action :verify_authenticity_token def create ab_finished(params['t'].to_sym) render json: {} end end end
Version data entries
94 entries across 94 versions & 1 rubygems