templates/callbacks.rb in fourchette-0.0.3 vs templates/callbacks.rb in fourchette-0.0.4
- old
+ new
@@ -1,5 +1,6 @@
-# This is a sample
+# This is a sample file to see how the really, really basic callback system works.
+# See the README for me or just dive in.
class Fourchette::Callbacks
include Fourchette::Logger
def initialize params
@params = params
\ No newline at end of file