lib/doozer/partial.rb in grippy-doozer-0.1.2 vs lib/doozer/partial.rb in grippy-doozer-0.1.3
- old
+ new
@@ -54,10 +54,10 @@
erb = @@partials[name]
if erb
partial = Doozer::Partial.new(erb, locals, route)
partial.bind()
else
- p "no partial exists for #{file}"
+ printf "--no partial exists for #{file}\n"
end
end
# Renders and returns a partial template with the given file_name and local variables.
#
\ No newline at end of file