Skip to content

Commit

Permalink
Update content_item.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Aug 11, 2023
1 parent 1500b8a commit 076484b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/content_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ def filter
content_item_hash.dig("details", "filter") || {}
end

def open_on_load
content_item_hash.dig("details", "open_on_load") || ""
end

def reject
content_item_hash.dig("details", "reject") || {}
end
Expand Down

0 comments on commit 076484b

Please sign in to comment.