Skip to content

Instantly share code, notes, and snippets.

@joelbrewer
Created August 26, 2014 15:30
Show Gist options
  • Select an option

  • Save joelbrewer/4cc946f6a20327e28fb0 to your computer and use it in GitHub Desktop.

Select an option

Save joelbrewer/4cc946f6a20327e28fb0 to your computer and use it in GitHub Desktop.
ShopifyAPI::Base.activate_session(sess)
ss = ShopifyAPI::ScriptTag.find(:all, :params => {:src => "https://s3.amazonaws.com/echome/app.js"})
ss ||= ShopifyAPI::ScriptTag.create({:src => "https://s3.amazonaws.com/echome/app.js", :event => 'onload'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment