Skip to content

Instantly share code, notes, and snippets.

@tonyomendoza
Last active September 13, 2019 15:00
Show Gist options
  • Select an option

  • Save tonyomendoza/2f105bc7df66becf2a30cd56483c6b77 to your computer and use it in GitHub Desktop.

Select an option

Save tonyomendoza/2f105bc7df66becf2a30cd56483c6b77 to your computer and use it in GitHub Desktop.
Terminal Incantation for adding Los Angeles 311 Service Request to the Citygram server
Publisher.create! do |pub|
pub.title = "MyLA311 Service Requests"
pub.endpoint = "https://citygram-los-angeles-registry.herokuapp.com/los-angeles-311-service-requests"
pub.active = true
pub.visible = true
pub.city = "Los Angeles"
pub.icon = "los-angeles/la-311.png"
pub.state = "CA"
pub.description = "Los Angeles"
pub.tags = ["los-angeles"]
end
@bigfleet
Copy link

@tonyomendoza -- this is live on the site, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment