##// END OF EJS Templates
Merged r13110 and r13112 from trunk to 2.4-stable (#16685)...
Merged r13110 and r13112 from trunk to 2.4-stable (#16685) introduce request_store to ensure that the current user doesn't leak across request boundaries. Contributed by Holger Just. git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@13114 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10392:fd79c1b5b41c
r12839:11f5a159a7f2
Show More
comments.yml
17 lines | 461 B | text/x-yaml | YamlLexer
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
comments_001:
commented_type: News
commented_id: 1
id: 1
author_id: 1
comments: my first comment
created_on: 2006-12-10 18:10:10 +01:00
updated_on: 2006-12-10 18:10:10 +01:00
comments_002:
commented_type: News
commented_id: 1
id: 2
author_id: 2
comments: This is an other comment
created_on: 2006-12-10 18:12:10 +01:00
updated_on: 2006-12-10 18:12:10 +01:00