Method: Phaseout::SEOFields#delete

Defined in:
lib/phaseout/seo_fields.rb

#deleteObject



49
50
51
52
# File 'lib/phaseout/seo_fields.rb', line 49

def delete
  Phaseout::SEOAction.find(action_key).remove key
  Phaseout.redis.del key
end