Sha256: 7576f8299244a0b54a4e3584dbda8e3e486d90996298fa13a0cacfd1b0653f88
Contents?: true
Size: 209 Bytes
Versions: 9
Compression:
Stored size: 209 Bytes
Contents
class ThinkingSphinx::Logger def self.log(notification, message, &block) ActiveSupport::Notifications.instrument( "#{notification}.thinking_sphinx", notification => message, &block ) end end
Version data entries
9 entries across 9 versions & 1 rubygems