reference view path in fixture

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5328 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper
2006-10-20 19:18:56 +00:00
parent 8cbe2fed54
commit ef8f41dc68

View File

@@ -27,7 +27,7 @@ class MailerGenerator < Rails::Generator::NamedBase
m.template "view.rhtml", view_path,
:assigns => { :action => action, :path => view_path }
m.template "fixture.rhtml", fixture_path,
:assigns => { :action => action, :path => fixture_path }
:assigns => { :action => action, :path => view_path }
end
end
end