Sha256: afc6affa8e339390a270285433bf7cf0a0f5d3c61183bf9031e730ca699eb4a8
Contents?: true
Size: 405 Bytes
Versions: 42
Compression:
Stored size: 405 Bytes
Contents
module Locomotive module Concerns 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 # Concerns end # Locomotive
Version data entries
42 entries across 42 versions & 1 rubygems