Sha256: 33818950b281e6f38ef763fa96383880b092eec93a49a4f469cfa27877f3cf3b
Contents?: true
Size: 268 Bytes
Versions: 13
Compression:
Stored size: 268 Bytes
Contents
module RootRevisionExt extend ActiveSupport::Concern def extend_path_data(args) attrs = self.class.prepare_hash(args) if attrs[:main] self.class.all_path_keys.each do |k| attrs[k] = attrs[:main][k.to_s] end end attrs end end
Version data entries
13 entries across 13 versions & 1 rubygems