Sha256: 6c00fd5e663a75b3600a1b79d31e527663b321b8a42823b2293ee0f3cd1f1cdf

Contents?: true

Size: 287 Bytes

Versions: 4

Compression:

Stored size: 287 Bytes

Contents

require "yeqs_jquery"
require "rails"

module Yeqs
  module Jquery
    class Engine < Rails::Engine
      initializer 'yeqs_jquery.helper' do |app|
        ActionView::Base.send :include, HighchartsHelper
        ActionView::Base.send :include, IncludeHelper
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yeqs_jquery-0.0.8 lib/yeqs_jquery/engine.rb
yeqs_jquery-0.0.7 lib/yeqs_jquery/engine.rb
yeqs_jquery-0.0.6 lib/yeqs_jquery/engine.rb
yeqs_jquery-0.0.5 lib/yeqs_jquery/engine.rb