Sha256: 2f80d32e335708a97a5d8487299994d35f9c431002f6aeb16a64b7702f8b08e8
Contents?: true
Size: 243 Bytes
Versions: 51
Compression:
Stored size: 243 Bytes
Contents
module ForemanVirtWhoConfigure class ApplicationController < ::ApplicationController def resource_class self.class.to_s.sub(/Controller$/, '').singularize.constantize end def resource_name 'config' end end end
Version data entries
51 entries across 51 versions & 1 rubygems