We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e5da3 commit 92dbda5Copy full SHA for 92dbda5
1 file changed
spec/dummy.rb
@@ -84,7 +84,8 @@ class UsersController < ActionController::Base
84
def index
85
allowed_fields = [
86
:first_name, :last_name, :created_at,
87
- :notes_created_at, :notes_quantity
+ :notes_created_at, :notes_quantity,
88
+ :notes_count
89
]
90
options = { sort_with_expressions: true }
91
0 commit comments