Sha256: 29ad98156100ecb572780f9a740bd06511602ad5b1ba7f6c224664f719edd55c
Contents?: true
Size: 408 Bytes
Versions: 26
Compression:
Stored size: 408 Bytes
Contents
module Locomotive module Extensions module Shared module Seo extend ActiveSupport::Concern included do field :seo_title, type: String, localize: true field :meta_keywords, type: String, localize: true field :meta_description, type: String, localize: true end end # Seo end # Shared end # Extensions end # Locomotive
Version data entries
26 entries across 26 versions & 1 rubygems