Sha256: db91a6761e0d922b1194984cabb2785bd2b052381d7045ef49973f33ddb6bb06

Contents?: true

Size: 323 Bytes

Versions: 5

Compression:

Stored size: 323 Bytes

Contents

require 'rest-core/util/rails_util_util'

module RestCore::Flurry::DefaultAttributes
  def default_log_method; Rails.logger.method(:debug); end
  def default_cache     ; Rails.cache                ; end
end

module RestCore::Flurry::RailsUtil
  include RestCore::RailsUtilUtil
end

RestCore::Flurry::RailsUtil.init(Rails)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rest-more-1.0.1 lib/rest-core/client/flurry/rails_util.rb
rest-more-1.0.0 lib/rest-core/client/flurry/rails_util.rb
rest-more-0.8.0 lib/rest-core/client/flurry/rails_util.rb
rest-more-0.7.2.1 lib/rest-core/client/flurry/rails_util.rb
rest-more-0.7.2 lib/rest-core/client/flurry/rails_util.rb