zendesk / arturo

Feature Sliders for Rails
http://github.com/zendesk/arturo
Other
206 stars 24 forks source link

stop checking for before_filter #153

Closed razumau closed 2 months ago

razumau commented 2 months ago

before_filter got deprecated in Rails 5.1, and we only support Rails 6.0 and above, so there is no need to check whether we need it or before_action.