Skip to content

Commit

Permalink
Update madmin resource for entrant service detail
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Dec 19, 2024
1 parent a5c4d53 commit 9e8fe82
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ class Lotteries::EntrantServiceDetailResource < Madmin::Resource
attribute :form_rejected_comments
attribute :created_at, form: false
attribute :updated_at, form: false
attribute :completed_form, index: false
attribute :completed_date

# Associations
attribute :entrant
attribute :completed_form, index: false

# Uncomment this to customize the display name of records in the admin area.
# def self.display_name(record)
Expand Down

0 comments on commit 9e8fe82

Please sign in to comment.