Flowdock
method

local_database?

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: DatabaseTasks
local_database?(configuration) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/tasks/database_tasks.rb, line 308
      def local_database?(configuration)
        configuration['host'].blank? || LOCAL_HOSTS.include?(configuration['host'])
      end
Register or log in to add new notes.