Skip to content

Commit

Permalink
Remove missing attribute from madmin
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Nov 4, 2024
1 parent c7281f3 commit 69c3650
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/dummy/app/madmin/resources/user_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class UserResource < Madmin::Resource
attribute :avatar, index: false
attribute :something, :string, index: false, form: false

attribute :missing

# Associations
attribute :posts, :nested_has_many, skip: %I[attachments]
attribute :comments
Expand Down

0 comments on commit 69c3650

Please sign in to comment.