pigeons 0.0.1pre → 0.0.1pre2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +6 -0
- data/lib/pigeons/pigeons.rb +3 -0
- data/lib/pigeons/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -16,6 +16,12 @@ Or install it yourself as:
|
|
16
16
|
|
17
17
|
$ gem install pigeons
|
18
18
|
|
19
|
+
## Installation
|
20
|
+
|
21
|
+
Pigeons requires a few changes to your app. Specifically, you'll need a PigeonLetter model in your ORM, and a PigeonMailer module to deliver emails. These can be created by calling:
|
22
|
+
|
23
|
+
rails generate pigeons:install
|
24
|
+
|
19
25
|
## Usage
|
20
26
|
|
21
27
|
TODO: Write usage instructions here
|
data/lib/pigeons/pigeons.rb
CHANGED
data/lib/pigeons/version.rb
CHANGED