module MetaDescription
Constants
- VERSION
Public Class Methods
meta_descriptions()
click to toggle source
# File lib/meta_description.rb, line 5 def meta_descriptions @@meta_descriptions ||= begin YAML.load_file('config/meta_descriptions.yml') end end
Private Instance Methods
meta_descriptions()
click to toggle source
# File lib/meta_description.rb, line 5 def meta_descriptions @@meta_descriptions ||= begin YAML.load_file('config/meta_descriptions.yml') end end