Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
git-svn-id: svn://rubyforge.org/var/svn/artriggers/trunk/trigger_happy@4 57d87cb8-d8f3-44f2-a25c-9dac74195044
  • Loading branch information
aaronp committed Mar 2, 2007
1 parent 7fe54fa commit fddb448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -13,7 +13,7 @@ Add a trigger:
add_trigger "ai_people",
:on => 'people',
:timing => 'after',
:event => 'inert',
:event => 'insert',
:statement => 'INSERT INTO log (id, timestamp) VALUES (NEW.id, NOW())'

Remove a trigger:
Expand Down

0 comments on commit fddb448

Please sign in to comment.