Skip to content

Instantly share code, notes, and snippets.

@lachie
Created August 28, 2008 00:18
Show Gist options
  • Save lachie/7619 to your computer and use it in GitHub Desktop.
Save lachie/7619 to your computer and use it in GitHub Desktop.
<% if RAILS_ENV == 'production' %>
<%= javascript_include_tag 'console_stub'
<% end %>
var console = {
function: debug() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment