module Greedo
Constants
- VERSION
Public Class Methods
init()
click to toggle source
# File lib/greedo.rb, line 10 def self.init ActiveSupport.on_load(:action_view) do ::ActionView::Base.send :include, Greedo::GridHelper end end