diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2008-04-01 00:56:59 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2008-04-01 00:56:59 +0000 |
commit | dd3c0ae95c37f816bdb53e5578e63e2ba2e44add (patch) | |
tree | 90b05038a2a007a349d06021865927ed4261655b /actionpack/test/fixtures/good_customers | |
parent | 9cc478a2547bec5b72fa2a4b36b2f8e627373a74 (diff) | |
download | rails-dd3c0ae95c37f816bdb53e5578e63e2ba2e44add.tar.gz rails-dd3c0ae95c37f816bdb53e5578e63e2ba2e44add.tar.bz2 rails-dd3c0ae95c37f816bdb53e5578e63e2ba2e44add.zip |
Missed adds. References #11491.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9178 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures/good_customers')
-rw-r--r-- | actionpack/test/fixtures/good_customers/_good_customer.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/good_customers/_good_customer.html.erb b/actionpack/test/fixtures/good_customers/_good_customer.html.erb new file mode 100644 index 0000000000..a2d97ebc6d --- /dev/null +++ b/actionpack/test/fixtures/good_customers/_good_customer.html.erb @@ -0,0 +1 @@ +<%= greeting %> good customer: <%= good_customer.name %><%= good_customer_counter %>
\ No newline at end of file |