module Rails module Generators class DecoratorGenerator < NamedBase source_root File.expand_path("../templates", __FILE__) check_class_collision :suffix => "Decorator" class_option :parent, :type => :string, :desc => "The parent class for the generated decorator" desc <