Sha256: 40214f56f3be8f935aafe5ef9fa61e956f74bbe604a52457471e934801b2e4b2
Contents?: true
Size: 376 Bytes
Versions: 14
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true module Expressir module Liquid module References class SimpleReferenceDrop < ::Expressir::Liquid::ReferenceDrop def initialize(model) @model = model super end def id @model.id end def base_path @model.base_path end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems