To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / test / exemplars / watcher_exemplar.rb @ 442:753f1380d6bc

History | View | Annotate | Download (154 Bytes)

1
class Watcher < ActiveRecord::Base
2
  generator_for :user, :method => :generate_user
3

    
4
  def self.generate_user
5
    User.generate_with_protected!
6
  end
7
end