dry-rb / dry-rails

The official dry-rb railtie
https://dry-rb.org/gems/dry-rails
MIT License
270 stars 27 forks source link

safe_params are empty in ApplicationController before_action #26

Closed HolyWalley closed 4 years ago

HolyWalley commented 4 years ago

Issue https://github.com/dry-rb/dry-rails/issues/25

I'm not sure about controller naming, it would be nice if somebody can help me with it.

solnic commented 4 years ago

I believe this will be addressed by #24 too so let's wait until it's merged

solnic commented 4 years ago

@HolyWalley like I mentioned, #24 fixed it in a different way, but I merged the spec you added because this functionality should be covered. Thanks for the PR!