Skip to content

Commit

Permalink
Try action_controller.asset_host
Browse files Browse the repository at this point in the history
  • Loading branch information
bluerogue251 committed Sep 3, 2014
1 parent 20ee995 commit eef5dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,7 @@
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false

config.default_url_options = { host: 'expensemanager.teddywidom.com' }
config.action_mailer.default_url_options = { host: 'http://expensemanager.teddywidom.com' }
config.action_controller.asset_host = 'expensemanager.teddywidom.com'

end

0 comments on commit eef5dcd

Please sign in to comment.