# File lib/markaby/rails.rb, line 7 def register!(options={}) self.options = options ActionView::Template.register_template_handler(:mab, new) end