zooniverse / talk-api

Apache License 2.0
6 stars 0 forks source link

Rails 5 - Comments Controller Spec fix #336

Closed yuenmichelle1 closed 2 months ago

yuenmichelle1 commented 2 months ago

Follow up to https://github.com/zooniverse/talk-api/pull/330

However, changes made in PR#330 led to unintended backwards bug in Rails 4.2 on /boards. Reason being on #index method, params need to be permitted in order to receive params when converting to_h.