Skip to content

Instantly share code, notes, and snippets.

@seb
Created January 4, 2011 09:17
Show Gist options
  • Save seb/764569 to your computer and use it in GitHub Desktop.
Save seb/764569 to your computer and use it in GitHub Desktop.
config.action_controller.asset_host = Proc.new { |source|
if source.index('/images')
"http://yourproject.com"
else
"http://localhost:3000"
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment