<FromGitter>
<VanyaNeytrino> Hello. How can Amber use parameters to update the model?
_whitelogger has joined #amber
<FromGitter>
<aravindavk> @VanyaNeytrino `params.to_h` will be available only for the validated params using validation api. To access the params without validation use `params.to_unsafe_h` or access induvidual fields like `params[“name”]`