Sha256: f90891146b4d0195786eb52ff055666c57025ff38df709d04f3b8f634022262b
Contents?: true
Size: 333 Bytes
Versions: 105
Compression:
Stored size: 333 Bytes
Contents
require 'thin_man/ajax_helper' require 'thin_man/ajax_responder' module ThinMan class Railtie < Rails::Railtie initializer "thin_man.ajax_helper" do ActionView::Base.send :include, AjaxHelper end initializer "thin_man.ajax_responder" do ActionController::Base.send :include, AjaxResponder end end end
Version data entries
105 entries across 105 versions & 1 rubygems