module Pubsubhubbub
Constants
- VERSION
- XMLNS
Public Class Methods
publish(hub_url, topic_url)
click to toggle source
# File lib/pubsubhubbub.rb, line 21 def self.publish(hub_url, topic_url) FetchTopicJob.perform_later(hub_url, topic_url) end