Module: LoginAttackReport
- Defined in:
- lib/login_attack_report.rb,
lib/login_attack_report/version.rb,
lib/login_attack_report/frameworks/active_record/models/l_a_r_version.rb
Defined Under Namespace
Classes: LARVersion
Constant Summary collapse
- VERSION =
'0.2.1'- @@login_ok_limit =
100- @@login_ng_limit =
50- @@same_ip_login_ng_limit =
100
Class Method Summary collapse
-
.setup {|_self| ... } ⇒ Object
config/initializers/login_attack_report.rb.
Class Method Details
.setup {|_self| ... } ⇒ Object
config/initializers/login_attack_report.rb
22 23 24 |
# File 'lib/login_attack_report.rb', line 22 def self.setup yield self end |