Created
August 3, 2012 14:09
-
-
Save bluehallu/3247976 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unless $RAKE_TASK # don't register participants in rake tasks | |
RuoteKit.engine.register do | |
# register your own participants using the participant method | |
# | |
# Example: participant 'alice', Ruote::StorageParticipant see | |
# http://ruote.rubyforge.org/participants.html for more info | |
# register the catchall storage participant named '.+' | |
bob Ruote::StorageParticipant | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment