Skip to content

Active Record Queries Resource

Meckila edited this page Apr 12, 2021 · 12 revisions

Here is a consolidated guide resource for Active Record Queries

Appeals

  1. View appeal tree
RequestStore[:current_user] = User.system_user
uuid  = "" # Add uuid here
appeal = Appeal.find_by(uuid: uuid)
appeal.treee # Prints out appeal tree
Clone this wiki locally