Sha256: b71b8f26c1bc3fb390f8a88588722c0473d6337e6f7c56832061282ea7f40105

Contents?: true

Size: 150 Bytes

Versions: 3

Compression:

Stored size: 150 Bytes

Contents

module YandexMetrika::Rails
  module ViewHelpers

    def metrika_init(options = {})
      YandexMetrika::Counter.new(options).to_s
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yandex-metrika-rails-0.1.2 lib/yandex-metrika/rails/view_helpers.rb
yandex-metrika-rails-0.1.1 lib/yandex-metrika/rails/view_helpers.rb
yandex-metrika-rails-0.0.1 lib/yandex-metrika/rails/view_helpers.rb