You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching between the two page versions results in errors such as:
NoMethodError in FingeringsController#search_results
undefined method `[]' for nil:NilClass
For some reason the params[:fingering] gets cleared out and is nil so when the search_results page tries to populate itself with the results of the search it results in the error above.
The text was updated successfully, but these errors were encountered:
Switching between the two page versions results in errors such as:
NoMethodError in FingeringsController#search_results
undefined method `[]' for nil:NilClass
For some reason the params[:fingering] gets cleared out and is nil so when the search_results page tries to populate itself with the results of the search it results in the error above.
The text was updated successfully, but these errors were encountered: