Rails::Generators::Base
# File lib/generators/jdbc/jdbc_generator.rb, line 10 def self.desc(description=nil) return super if description "Description:\n" << " Creates stubs that ensure AR-JDBC is bootstrapped in your Rails application.\n" << " NOTE: you should not need this if you're on Rails >= 3.0 (using Bundler) ..." end
Generated with the Darkfish Rdoc Generator 2.