Sha256: 6a560dc906c0d92cf0c6f864f4d45fb0b69719e54c164f0639e5b566547e36c8
Contents?: true
Size: 258 Bytes
Versions: 24
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true module ForemanAcd # Base controller for all controllers class ApplicationController < ::ApplicationController def resource_class "ForemanAcd::#{controller_name.singularize.classify}".constantize end end end
Version data entries
24 entries across 24 versions & 1 rubygems