glebtv-simple_captcha 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,10 @@
|
|
1
1
|
module SimpleCaptcha
|
2
2
|
class SimpleCaptchaData
|
3
|
-
store_in collection: "simple_captcha_data"
|
4
3
|
include Mongoid::Document
|
5
4
|
include Mongoid::Timestamps
|
6
5
|
|
6
|
+
store_in collection: "simple_captcha_data"
|
7
|
+
|
7
8
|
field :key, :type => String
|
8
9
|
field :value, :type => String
|
9
10
|
|