Sha256: 8956356b50c8871113028e560c76e5c6d254498eeec9b94e34ea7dfcaf4eb519
Contents?: true
Size: 156 Bytes
Versions: 35
Compression:
Stored size: 156 Bytes
Contents
# frozen_string_literal: true class TestsuiteController < ActionController::Base def after_answer_complete render body: 'answer_complete!' end end
Version data entries
35 entries across 35 versions & 1 rubygems