]> source.dussan.org Git - sonarqube.git/blob
372b640e0dd10bc4dfb6695e7602aba3ef23f1d1
[sonarqube.git] /
1 class JdbcGenerator < Rails::Generators::Base
2   def self.source_root
3     @source_root ||= File.expand_path('../../../../rails_generators/templates', __FILE__)
4   end
5
6   def create_jdbc_files
7     directory '.', '.'
8   end
9 end