class Enjoy::Seo::Configuration
Attributes
gallery_support[RW]
localize[RW]
Public Class Methods
new()
click to toggle source
# File lib/enjoy/seo/configuration.rb, line 18 def initialize @localize = Enjoy.config.localize @gallery_support = defined?(Enjoy::Gallery) end