Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails 5 - Comments Controller Spec fix (#336)
* permit params and convert to_hash because params no longer inherits from HashWithIndifferentAccess * fix backwards breaking behavior. update moderations_controller. need to permit params in order for added attributes to be included when converting to a hash with to_h * permit params on index and then convert params .to_h so serializer.page has access to parameters
- Loading branch information