diff options
Diffstat (limited to 'railties/lib/generators/test_unit/mailer/templates/fixture')
-rw-r--r-- | railties/lib/generators/test_unit/mailer/templates/fixture | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/lib/generators/test_unit/mailer/templates/fixture b/railties/lib/generators/test_unit/mailer/templates/fixture new file mode 100644 index 0000000000..fcce7bd805 --- /dev/null +++ b/railties/lib/generators/test_unit/mailer/templates/fixture @@ -0,0 +1,3 @@ +<%= class_name %>#<%= @action %> + +Find me in app/views/<%= @path %> |