Sha256: 419401fc66fef5ada6ed3da32f5e4d7648002e59d338189f14092907e36ffb64
Contents?: true
Size: 148 Bytes
Versions: 1
Compression:
Stored size: 148 Bytes
Contents
module Barista class AroundFilter def self.filter(controller) Barista.compile_all! yield if block_given? end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
barista-0.1.1 | lib/barista/around_filter.rb |