Changeset 33

Show
Ignore:
Timestamp:
11/18/07 22:41:01 (10 months ago)
Author:
tonttu
Message:

Fixed a inline templating with rails. Fix by Robin.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/malline/lib/malline/rails.rb

    r28 r33  
    2929                                @malline_is_active = true 
    3030                                h = handler.new(self) 
    31                                 h.set_path(@current_tpl_path) 
     31                                h.set_path(@current_tpl_path) if @current_tpl_path 
    3232                                h.render(template, local_assigns) 
    3333                        else