57 58 59 60
# File 'lib/golden/setting/value.rb', line 57 def value return if self[:value].nil? YAML::load self[:value] end