mirror of
https://github.com/github/rails.git
synced 2026-02-07 12:44:54 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user