Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit 26cfc5a

Browse files
author
Matt Bernier
committed
Merge pull request #1242 from alejorivera/patch-1
Fix file extension error in Integrate RoR
2 parents da46baa + cf50153 commit 26cfc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Integrate/Frameworks/rubyonrails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class UserNotifier < ActionMailer::Base
3737
end
3838
{% endcodeblock %}
3939

40-
Now we need a view that corresponds to our action and outputs HTML for our email. Create a file <code>app/views/Usernotifier/send_signup_email.erb</code> as follows:
40+
Now we need a view that corresponds to our action and outputs HTML for our email. Create a file <code>app/views/Usernotifier/send_signup_email.html.erb</code> as follows:
4141

4242
{% codeblock lang:html %}
4343
<!DOCTYPE html>

0 commit comments

Comments
 (0)