1 2 3 4 5 6 7
module Rails module Generators class ObserverGenerator < NamedBase #metagenerator hook_for :orm, :required => true end end end