Changeset 32

Show
Ignore:
Timestamp:
03/22/2006 12:59:45 (3 years ago)
Author:
why
Message:
  • init.rb: quote extension to register_template_handler to support Rails 1.1.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/init.rb

    r18 r32  
    55require 'markaby/helper' 
    66 
    7 ActionView::Base::register_template_handler :mab, Markaby::View 
     7ActionView::Base::register_template_handler 'mab', Markaby::View 
    88 
    99ActionController::Base.send :include, Markaby::ActionControllerHelper