app/controllers/concerns/weeler/section_seo.rb in weeler-1.5.4 vs app/controllers/concerns/weeler/section_seo.rb in weeler-1.6.0

- old
+ new

@@ -1,10 +1,10 @@ module Weeler module SectionSeo extend ActiveSupport::Concern included do - before_filter :initialize_seo_for_section + before_action :initialize_seo_for_section end private def initialize_seo_for_section \ No newline at end of file