lib/rails_generator/manifest.rb in shattered-0.4.0.1 vs lib/rails_generator/manifest.rb in shattered-0.5.0.1
- old
+ new
@@ -1,5 +1,5 @@
-module Rails #:nodoc:all
+module Rails
module Generator
# Manifest captures the actions a generator performs. Instantiate
# a manifest with an optional target object, hammer it with actions,
# then replay or rewind on the object of your choice.