Skip to content

Commit

Permalink
Merge pull request rbriank#14 from imme5150/0.9.9.13
Browse files Browse the repository at this point in the history
removed duplicate line in readme
  • Loading branch information
rbriank committed Jun 8, 2011
2 parents 23c9468 + 2e5c5c8 commit a95aa65
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions readme.md
Expand Up @@ -14,16 +14,14 @@ __A role based membership engine for [refinerycms](http://refinerycms.com)__
* Via the rails console, add a membership role:
* Role.create!(:id => 3, :title => 'Member')

* set up actionmailer in your environment file(s) the plugin will fail without it

* config.action_mailer.raise_delivery_errors = false
* config.action_mailer.delivery_method = :sendmail
* config.action_mailer.perform_deliveries = true
* config.action_mailer.raise_delivery_errors = true
* config.action_mailer.default_url_options = { :host => "some.host.com" }

* Define ADMIN_EMAIL constant. This will be the "from" when users get email.

* set up actionmailer in your environment file(s) the plugin will fail without it
* config.action_mailer.raise_delivery_errors = false
* config.action_mailer.delivery_method = :sendmail
* config.action_mailer.perform_deliveries = true
* config.action_mailer.default_url_options = { :host => "some.host.com" }

* In vendor/engines/refinerycms_membership/config/initializers/membership_config.rb
* Define ADMIN_EMAIL constant. This will be the "from" when users get email.


## Notes
Expand Down

0 comments on commit a95aa65

Please sign in to comment.