Module: ProtectViaHoneypots::ClassMethods
- Defined in:
- lib/protect_via_honeypots.rb
Instance Method Summary collapse
Instance Method Details
#protect_via_honeypots ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/protect_via_honeypots.rb', line 10 def protect_via_honeypots include InstanceMethods before_filter :verify_honeypots require 'protect_via_honeypots/form_tag_helper_extensions' #ActionView::Helpers::FormTagHelper.send(:include, ProtectViaHoneypots::FormTagHelperExtensions) end |