= private = protected
manifest()
Generators must provide a manifest. Use the record method to create a new manifest and record your generator’s actions.
# File railties/lib/rails_generator/base.rb, line 121 def manifest raise NotImplementedError, "No manifest for '#{spec.name}' generator." end