Updated README_DEVEL.
This commit is contained in:
parent
cd90439cc9
commit
7bc23698d1
3 changed files with 18 additions and 50 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue