method

method_missing

method_missing(meth, *args, &block)
private

No documentation available.

# File railties/lib/rails/generators/rails/app/app_generator.rb, line 24
      def method_missing(meth, *args, &block)
        @generator.send(meth, *args, &block)
      end