Sha256: 6919364d55e8f5d0f1a4c91783401dd216d8252343c22a8e14602092144d3af9
Contents?: true
Size: 340 Bytes
Versions: 16
Compression:
Stored size: 340 Bytes
Contents
module FileboundClient module Endpoints # Module for EFormData resource endpoint module EFormData # This will call macros to create resource methods on the fly def self.included(klass) klass.instance_eval do allow_new :eformdata allow_all :eformdata end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems