module SeoMeta
Public Class Methods
attributes()
click to toggle source
# File lib/seo_meta.rb, line 6 def attributes @@attributes ||= { :browser_title => :string, :meta_description => :text } end
# File lib/seo_meta.rb, line 6 def attributes @@attributes ||= { :browser_title => :string, :meta_description => :text } end