Sha256: db5a2cb778cce2f914c13c4b4e49fc8053b3eddfbe4fd20f016d62230d24ce2a
Contents?: true
Size: 299 Bytes
Versions: 27
Compression:
Stored size: 299 Bytes
Contents
module <%= plugin_name.camelcase %>Patch module EntityAttributeHelperPatch def self.included(base) base.class_eval do end end end end EasyExtensions::PatchManager.register_helper_patch 'EntityAttributeHelper', '<%= plugin_name.camelcase %>Patch::EntityAttributeHelperPatch'
Version data entries
27 entries across 27 versions & 1 rubygems