Sha256: 35741193041ffec0a765749f400e1294eadc46fe0f83319d5b7cce198601f2f9
Contents?: true
Size: 406 Bytes
Versions: 1
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true module Archangel module Liquid module Drops ## # Liquid drop for a Site # class SiteDrop < Archangel::Liquid::Drop attributes :locale, :name # Original size Site logo URL # # @return [String] the original Site logo URL # def logo object.logo.url end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
archangel-0.3.0 | lib/archangel/liquid/drops/site_drop.rb |