Updated README_DEVEL.

This commit is contained in:
benni 2012-08-24 15:20:33 +02:00
parent cd90439cc9
commit 7bc23698d1
3 changed files with 18 additions and 50 deletions

View file

@ -22,4 +22,7 @@ Foodsoft::Application.configure do
# Only use best-standards-support built into browsers
config.action_dispatch.best_standards_support = :builtin
# Configure hostname for action mailer
config.action_mailer.default_url_options = { host: 'localhost:3000' }
end