Class: Catptcha::Photo

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/catptcha/photo.rb

Overview

  • url

Instance Method Summary collapse

Instance Method Details

#generate_keyObject



10
11
12
# File 'lib/catptcha/photo.rb', line 10

def generate_key
  self.key = Digest::SHA1.hexdigest(url)
end