module Para::SeoTools
Constants
- VERSION
Public Class Methods
configure() { |self| ... }
click to toggle source
# File lib/para/seo_tools.rb, line 58 def self.configure block_given? ? yield(self) : self end
full_host()
click to toggle source
# File lib/para/seo_tools.rb, line 70 def self.full_host host = [Para::SeoTools.default_subdomain, Para::SeoTools.host].compact.join(',') [Para::SeoTools.protocol, host].join('://') end
host()
click to toggle source
# File lib/para/seo_tools.rb, line 66 def self.host @@host ||= ENV['APP_DOMAIN'] end
table_name_prefix()
click to toggle source
# File lib/para/seo_tools.rb, line 62 def self.table_name_prefix 'seo_tools_' end