Sha256: 84f5b19a5e06a0fd1329b1566fe44114f67c524e78806b5253a7f733d346c152
Contents?: true
Size: 278 Bytes
Versions: 11
Compression:
Stored size: 278 Bytes
Contents
module Weeler module SectionSeo extend ActiveSupport::Concern included do before_filter :initialize_seo_for_section end private def initialize_seo_for_section @seo = Weeler::Seo.find_or_create_by section: controller_name end end end
Version data entries
11 entries across 11 versions & 1 rubygems