diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-10-31 00:31:47 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-10-31 00:31:47 -0200 |
commit | d5b275db5c20669a7a9e598a70decf1316b39e03 (patch) | |
tree | a70d4ddd7fbada6ccd8a3ebe117c77c1f17ac245 /actionpack/test/fixtures | |
parent | 6b7cd20ab39b16cb5111ecca71ffea4fd95a0066 (diff) | |
download | rails-d5b275db5c20669a7a9e598a70decf1316b39e03.tar.gz rails-d5b275db5c20669a7a9e598a70decf1316b39e03.tar.bz2 rails-d5b275db5c20669a7a9e598a70decf1316b39e03.zip |
Revert "Merge pull request #7659 from HugoLnx/template_error_no_matches_rebased"
This reverts commit 7d17cd2cbfc086f5aa9dd636e1207eb130150428.
Conflicts:
actionpack/CHANGELOG.md
Reason: This added a regression since people were relying on this buggy behavior.
This will introduce back #3849 but we will be backward compatible in
stable release.
Fixes #8068.
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/test/hello/hello.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/hello/hello.erb b/actionpack/test/fixtures/test/hello/hello.erb deleted file mode 100644 index 6769dd60bd..0000000000 --- a/actionpack/test/fixtures/test/hello/hello.erb +++ /dev/null @@ -1 +0,0 @@ -Hello world!
\ No newline at end of file |