Skip to content

Instantly share code, notes, and snippets.

@bigfleet
Created September 30, 2015 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigfleet/5fe95c6177d5887ddf62 to your computer and use it in GitHub Desktop.
Save bigfleet/5fe95c6177d5887ddf62 to your computer and use it in GitHub Desktop.
Adding tulsa
Publisher.create! do |pub|
pub.title = "Tree Plantings"
pub.endpoint = "https://location-changed-5314.herokuapp.com/tree-planting"
pub.active = false
pub.visible = false
pub.city = "Tulsa"
pub.icon = "leaf-collection.png"
pub.state = "OK"
pub.description = "List of trees planted along SF streets by Department of Public Works."
pub.tags = ["tulsa"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment