README.rdoc in has_emails-0.3.0 vs README.rdoc in has_emails-0.3.1
- old
+ new
@@ -35,9 +35,20 @@
plugin can help ease that process by demonstrating a reference implementation
of these features.
== Usage
+=== Installation
+
++has_emails+ requires an additional database table to work. You can generate
+a migration for this tables like so:
+
+ script/generate has_emails
+
+Then simply migrate your database:
+
+ rake db:migrate
+
=== Creating new emails
Emails should usually still be created using ActionMailer. However, instead of
delivering the emails, you can queue the emails like so: