Sha256: e60e85da54d5e1caf66c883866e1c48044a72a9b836474dc951743d35bf05131
Contents?: true
Size: 436 Bytes
Versions: 1
Compression:
Stored size: 436 Bytes
Contents
module Locomotive module Liquid module Drops class Content < Base def before_method(meth) return '' if @source.nil? if not @@forbidden_attributes.include?(meth.to_s) value = @source.send(meth) end end def highlighted_field_value @source.highlighted_field_value end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locomotive_cms-0.0.3.3 | lib/locomotive/liquid/drops/content.rb |