Sha256: 08d5d33e7d044b4dc5db90b46c64edd60adbc49ed3b4fd18974e88cd77097155
Contents?: true
Size: 502 Bytes
Versions: 36
Compression:
Stored size: 502 Bytes
Contents
module Appfuel module Handler class Action < Base class << self def container_class_type 'actions' end # In order to reduce the length of namespaces actions are not required # to be inside an Actions namespace, but, it is namespaced with in the # application container, so we adjust for that here. # # @return [String] def container_relative_key "actions.#{super}" end end end end end
Version data entries
36 entries across 36 versions & 1 rubygems