app/models/locomotive/extensions/shared/seo.rb in locomotive_cms-2.0.3 vs app/models/locomotive/extensions/shared/seo.rb in locomotive_cms-2.1.0
- old
+ new
@@ -3,12 +3,12 @@
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
+ 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
\ No newline at end of file