aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/developers.yml
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-01-04 03:43:28 +0000
committerMarcel Molina <marcel@vernix.org>2006-01-04 03:43:28 +0000
commitbbec3ae512290eaee7942d3c073285f69c7ecf0a (patch)
tree5ee05f9cfdea0e23bad368f5546bfd03af222d55 /activerecord/test/fixtures/developers.yml
parent10cf9ecafc4b1953cf8289e530cab7a0a751b9c4 (diff)
downloadrails-bbec3ae512290eaee7942d3c073285f69c7ecf0a.tar.gz
rails-bbec3ae512290eaee7942d3c073285f69c7ecf0a.tar.bz2
rails-bbec3ae512290eaee7942d3c073285f69c7ecf0a.zip
Sanitize scoped conditions.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3379 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test/fixtures/developers.yml')
-rw-r--r--activerecord/test/fixtures/developers.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/developers.yml b/activerecord/test/fixtures/developers.yml
index fc33af99b6..308bf75de2 100644
--- a/activerecord/test/fixtures/developers.yml
+++ b/activerecord/test/fixtures/developers.yml
@@ -13,4 +13,9 @@ dev_<%= digit %>:
id: <%= digit %>
name: fixture_<%= digit %>
salary: 100000
-<% end %> \ No newline at end of file
+<% end %>
+
+poor_jamis:
+ id: 11
+ name: Jamis
+ salary: 9000 \ No newline at end of file