public
Description: Mark off HTML implementation expectations with clear signage
Homepage: http://www.thoughtbot.com/projects/mile_marker
Clone URL: git://github.com/thoughtbot/mile_marker.git
mile_marker / init.rb
100644 4 lines (4 sloc) 0.22 kb
1
2
3
4
require 'mile_marker'
ActionView::Base.send :include, Thoughtbot::MileMarkerHelper
ActionController::Base.send :include, Thoughtbot::MileMarkerHelper
ActionController::Base.send :after_filter, :add_initialize_mile_marker