Skip to content

Commit

Permalink
hound corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarPay authored and nickcharlton committed Mar 2, 2018
1 parent 8603e3a commit 06a858f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/example_app/app/dashboards/customer_dashboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CustomerDashboard < Administrate::BaseDashboard
password: Field::Password,
}

COLLECTION_ATTRIBUTES = ATTRIBUTE_TYPES.keys - %i[created_at, updated_at]
COLLECTION_ATTRIBUTES = ATTRIBUTE_TYPES.keys - %i[created_at updated_at]
SHOW_PAGE_ATTRIBUTES = ATTRIBUTE_TYPES.keys - [:name]
FORM_ATTRIBUTES = [
:name,
Expand Down

0 comments on commit 06a858f

Please sign in to comment.