Skip to content

Instantly share code, notes, and snippets.

@xenda
Created March 8, 2010 22:31
Show Gist options
  • Save xenda/325864 to your computer and use it in GitHub Desktop.
Save xenda/325864 to your computer and use it in GitHub Desktop.
ActionController::Base.asset_host = Proc.new { |source|
if source.starts_with?('/images')
"http://images.semanaeconomica.com"
else
"http://scripts.semanaeconomica.com"
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment