Closed isildonmez closed 3 months ago
I tried before_filter and didn't work but before_action works. Also I've checked here and found this:
before_filter
before_action
before_filter has been deprecated in Rails 5.0 and removed in 5.1.
I tried
before_filter
and didn't work butbefore_action
works. Also I've checked here and found this:before_filter has been deprecated in Rails 5.0 and removed in 5.1.