some more rails stuff

This commit is contained in:
Steve Coast 2006-07-28 22:53:54 +00:00
parent 2fad5f7c92
commit a46c4083ae
6 changed files with 36 additions and 3 deletions

View file

@ -50,4 +50,11 @@ end
# inflect.uncountable %w( fish sheep )
# end
# Include your application configuration below
# Include your application configuration below
ActionMailer::Base.server_settings = {
:address => "localhost",
:port => 25,
:domain => 'localhost',
}