Created
December 2, 2010 05:20
-
-
Save r38y/724812 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.action_controller.asset_host = Proc.new do |source, request| | |
"#{request.protocol}asset#{source.hash % 4}.#{CONFIG.domain}" | |
end if ['staging', 'production', 'development'].include?(Rails.env) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment