Skip to content

Instantly share code, notes, and snippets.

@otobrglez
Created August 25, 2020 11:38
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 otobrglez/ecf600cd8ff778a84ec04a5a56bbd46e to your computer and use it in GitHub Desktop.
Save otobrglez/ecf600cd8ff778a84ec04a5a56bbd46e to your computer and use it in GitHub Desktop.
class WebHookNode
has_many: :web_hook_expressions
has_many: :expression, thought: :web_hook_expressions
has_many :query_parameters, type: ....
has_many :body_parameters, type: ....
has_many :header_parameters, type: ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment