Skip to content

Instantly share code, notes, and snippets.

@otobrglez
Created August 25, 2020 11:38
Show Gist options
  • Select an option

  • Save otobrglez/ecf600cd8ff778a84ec04a5a56bbd46e to your computer and use it in GitHub Desktop.

Select an option

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