public
Description: Markaby patched to run on rails 2.0.2
Homepage: http://code.whytheluckystiff.net/markaby/
Clone URL: git://github.com/giraffesoft/markaby.git
markaby / init.rb
100644 9 lines (5 sloc) 0.286 kb
1
2
3
4
5
6
7
8
9
$:.unshift File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
 
require 'markaby'
require 'markaby/rails'
 
ActionView::Base::register_template_handler 'mab', Markaby::Rails::ActionViewTemplateHandler
 
ActionController::Base.send :include, Markaby::Rails::ActionControllerHelpers