class SeoSensei::Configuration

Attributes

disable_database_lookup[RW]
disable_seo[RW]
translation_key[RW]

Public Class Methods

new() click to toggle source
# File lib/seo_sensei.rb, line 34
def initialize
  @disable_database_lookup = false
  @disable_seo = true
  @translation_key = :seo
end