You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: source/Integrate/Frameworks/rubyonrails.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ class UserNotifier < ActionMailer::Base
37
37
end
38
38
{% endcodeblock %}
39
39
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:
0 commit comments