Skip to content

Instantly share code, notes, and snippets.

@robcole
Created November 30, 2012 20:17
Show Gist options
  • Save robcole/4178306 to your computer and use it in GitHub Desktop.
Save robcole/4178306 to your computer and use it in GitHub Desktop.
<% if DeucesCracked::Application.config.production_like_environments.index(::Rails.env)-%>
<% protocol = (DeucesCracked::Application.config.production_like_environments.index(::Rails.env) ? "https" : "http") %>
<script type='text/javascript' src='<%= protocol %>://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js'></script>
<% else -%>
<%= javascript_include_tag "swfobject.js" %>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment