module EbisuConnection

Constants

VERSION

Attributes

env[W]

Public Class Methods

env() click to toggle source
# File lib/ebisu_connection.rb, line 13
def env
  @env ||= defined?(Rails) && Rails.env || ENV["RAILS_ENV"] || ENV["RACK_ENV"]
end
replica_file=(file) click to toggle source
# File lib/ebisu_connection.rb, line 9
def replica_file=(file)
  Config.replica_file = file
end