Generators must provide a manifest. Use the record method to create a new manifest and record your generator’s actions.
Source Code
# File rails_generator/base.rb, line 122 def manifest raise NotImplementedError, "No manifest for '#{spec.name}' generator." end
<code/>and<pre/>for code samples.