public Method

Base.manifest

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 121
def manifest
  raise NotImplementedError, "No manifest for '#{spec.name}' generator."
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.