Sha256: 214f82f4d104348014c9eb5601aeb85473d364befd360418f7b4a41cc775f7aa
Contents?: true
Size: 168 Bytes
Versions: 6
Compression:
Stored size: 168 Bytes
Contents
class BaseController < ApplicationController instrument_action :all def action_1 render nothing: true end def action_2 render nothing: true end end
Version data entries
6 entries across 6 versions & 1 rubygems