Skip to content

Commit

Permalink
note how to configure notifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bumann committed Jun 29, 2012
1 parent 90a4963 commit 2a91824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,8 +18,8 @@ Or install it yourself as:

## Usage

ValidationRage::LogNotifier.new(:logger => Rails.logger, :log_level => :warn).subscribe!
ActiveRecord::Base.descendants.each {|m| m.send(:include, ValidationRage::ModelExtension) }
config.validation_rage.notifier["Udp"] = {:host => "localhost", :port => 33333}

## Contributing

Expand Down

0 comments on commit 2a91824

Please sign in to comment.