Sha256: fa1212b2d2dcbee75df1bdff2754be9e285ec6b593576c8ad4371e2a15f82305
Contents?: true
Size: 320 Bytes
Versions: 10
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true module RailsExecution class BaseController < ::ApplicationController clear_helpers include RailsExecution::BaseHelper include RailsExecution::PolicyHelper helper RailsExecution::RenderingHelper helper RailsExecution::PolicyHelper layout 'execution' end end
Version data entries
10 entries across 10 versions & 1 rubygems