Sha256: c1406b10b8cadf4917f2cf3d803819a57ccf9deaffde60aab05dabe8791821dc

Contents?: true

Size: 186 Bytes

Versions: 2

Compression:

Stored size: 186 Bytes

Contents

module Namba
  class Hooks
    def self.init
      ActiveSupport.on_load(:action_view) do
        ::ActionView::Base.send :include, Namba::ActionViewExtension
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
namba-1.2.0 lib/namba/hooks.rb
namba-1.1.0 lib/namba/hooks.rb