You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow_create { acting_user } # <- create is okay if acting_user is not nil
593
596
594
597
allow_change(on: [:update, :destroy]) { acting_user == user }
595
598
end
599
+
```
596
600
597
601
BTW what if you want to restrict what data is broadcast? In Hyperloop you just update the regulation. In pundit you may have to edit both the index controller method and
0 commit comments