Sha256: 89fc208a3eb5b6b00fb2213cbf33a31c4a8e4f02ab2844eb9e9da08233e677e4
Contents?: true
Size: 615 Bytes
Versions: 6
Compression:
Stored size: 615 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Self # Set: The card "Captcha" # module Captcha; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-account/set/self/captcha.rb"; end setting_opts group: :permission, position: 5, help_text: "Anti-spam setting. Requires non-signed-in users to complete a "\ "[[http://decko.org/captcha|captcha]] before adding or editing "\ "cards (where permitted)." end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-account/set/self/captcha.rb ~~
Version data entries
6 entries across 6 versions & 1 rubygems