3 4 5 6 7
# File 'lib/dynopoker/rails.rb', line 3 def self.initialize Dynopoker.configure do |config| config.logger = ::Rails.logger end end