Skip to content

Commit

Permalink
fix incorrect document
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxa committed Feb 1, 2012
1 parent c865ffd commit 806d8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -157,7 +157,7 @@ A callback is scoped, and its scope is a restriction for the callback. The callb
end

"invoke()" can receive a block as a default process. The block is executed if active_if block return false or the callback raises an error.
callback(:controller_show) do
invoke(:sample, :controller_show) do
default_behaviour
end

Expand Down

0 comments on commit 806d8ff

Please sign in to comment.