module Devise::Generators::OrmHelpers

def model_exists?

def model_exists?
  File.exist?(File.join(destination_root, model_path))
end