module RenderSuper
Constants
- VERSION
Public Class Methods
included(base)
click to toggle source
# File lib/render_super_visagio.rb, line 22 def self.included(base) # :nodoc ActionView::Base.send(:prepend, InstanceMethods) end