Skip to content

Commit

Permalink
controller_name > controller_path [#834 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Oct 20, 2010
1 parent 1e86bff commit 9531346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dryml/lib/dryml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def call_render(view, local_assigns, identifier)
end


def page_renderer(view, identifier, local_names=[], controller_path=nil )
def page_renderer(view, identifier, local_names=[], controller_path=nil)
controller_path ||= view.controller.controller_path
# prepare_view!(view)
if identifier =~ /#{ID_SEPARATOR}/
Expand Down

0 comments on commit 9531346

Please sign in to comment.