class Shareable::Hooks

Public Class Methods

init() click to toggle source
# File lib/shareable/hooks.rb, line 3
def self.init
  ActiveSupport.on_load(:action_view) do
    ::ActionView::Base.send :include, Shareable::ActionViewExtension
  end
end