Sha256: 06ab2729af56de4dbc99f70700ef8dddedeaacac276e9e7854c0d84f4b148784
Contents?: true
Size: 426 Bytes
Versions: 17
Compression:
Stored size: 426 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
17 entries across 17 versions & 2 rubygems