fixing space error

This commit is contained in:
Aaron Patterson
2010-09-29 11:34:51 -07:00
parent 61cf11247b
commit 1c0be7baac

View File

@@ -23,7 +23,7 @@ module Another
def with_fragment_cache
render :inline => "<%= cache('foo'){ 'bar' } %>"
end
def with_fragment_cache_and_percent_in_key
render :inline => "<%= cache('foo%bar'){ 'Contains % sign in key' } %>"
end