class ActiveRecord::Generators::DeviseGenerator

def postgresql?

def postgresql?
  ar_config && ar_config['adapter'] == 'postgresql'
end