diff options
| author | Alban Peignier | 2012-04-13 17:44:39 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2012-04-13 17:44:39 +0200 | 
| commit | fbedb1806047513455f0c54c71e841e3c6a1d623 (patch) | |
| tree | ff9ba58c3297f906176cbbae46fc885f97fd8997 /config/application.rb | |
| parent | 32800f1b63dc19598d171a2fa3a8df7994705d29 (diff) | |
| download | chouette-core-fbedb1806047513455f0c54c71e841e3c6a1d623.tar.bz2 | |
First devise integration. Refs #7
Diffstat (limited to 'config/application.rb')
| -rw-r--r-- | config/application.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/config/application.rb b/config/application.rb index 8c7e93062..a5efb4799 100644 --- a/config/application.rb +++ b/config/application.rb @@ -49,5 +49,10 @@ module ChouetteIhm      # Version of your assets, change this if you want to expire all your assets      config.assets.version = '1.0' + +    ActionMailer::Base.smtp_settings = { +      :address        => "mail.dryade.priv", +      :domain         => "dryade.priv" +    }    end  end | 
