mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fixing space error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user