Sha256: cc78aaf75598b55bfb1690e41daf95cac05b5227430cee9002e7831db7187fd4
Contents?: true
Size: 212 Bytes
Versions: 11
Compression:
Stored size: 212 Bytes
Contents
# frozen_string_literal: true module ActionView module Component # :nodoc: module Conversion def to_component_class "#{self.class.name}Component".safe_constantize end end end end
Version data entries
11 entries across 11 versions & 1 rubygems