Class Object
In: lib/rails_generator/lookup.rb
Parent: Object

Methods

Public Class methods

Lookup missing generators using const_missing. This allows any generator to reference another without having to know its location: RubyGems, ~/.rails/generators, and RAILS_ROOT/generators.

[Validate]