Skip to content

Instantly share code, notes, and snippets.

@jdungan
Last active March 5, 2016 21:55
Show Gist options
  • Save jdungan/12425ff827cf1a70f970 to your computer and use it in GitHub Desktop.
Save jdungan/12425ff827cf1a70f970 to your computer and use it in GitHub Desktop.
Publisher.create! do |pub|
pub.title = "Street Projects"
pub.endpoint = "https://codefortulsa.opendatasoft.com/api/records/1.0/search?dataset=street-and-bridge-projects"
pub.active = false
pub.visible = false
pub.city = "Tulsa"
pub.icon = "street-closures.png.png"
pub.state = "OK"
pub.description = "Street and Bridge projects."
pub.tags = ["tulsa"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment