I know that before_filter is deprecated with rails. I'm not calling it but for some reason I'm getting a message that is saying I am. before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from <top (required)> at /Users/intern/Desktop/Work/app/config/environment.rb:5)
In that file environment.rb
on line 5 I'm not calling before filter but this line Rails.application.initialize!
Why would it be saying that a before filter is being used when it's not being called there? Any help would be great! Thanks.
Rails
is called that is calling all my gems and code? – Deadradeadweight