ccallebs/pokey

View on GitHub
lib/generators/rails/hook/templates/hook.rb

Summary

Maintainability
A
0 mins
Test Coverage
class <%= class_name %>Hook < Pokey::Hook
  def destination
  end

  def data
  end

  def interval
  end

  def http_method
  end
end