In rails >4.0.0 generators creates CRUD operations with before_action
not before_filter
. It seems to do the same thing. So what’s the difference between these two?
In rails >4.0.0 generators creates CRUD operations with before_action
not before_filter
. It seems to do the same thing. So what’s the difference between these two?