varvet / godmin

Admin framework for Rails 5+
http://godmin-sandbox.herokuapp.com
MIT License
486 stars 51 forks source link

Allow skipping authorization per action #231

Closed jensljungblad closed 6 years ago

jensljungblad commented 7 years ago

This PR Fixes #226. It allows skipping authorization per action. Changed from the suggested skip_before_action :enable_authentication to prepend_before_action :disable_authentication.