Sha256: 89b6912cf5beb10799fe81561e0eaf4fae073c8c9a0003476624217ab1308123

Contents?: true

Size: 317 Bytes

Versions: 6

Compression:

Stored size: 317 Bytes

Contents

require 'rest-core/util/rails_util_util'

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

module RestCore::Mixi::RailsUtil
  include RestCore::RailsUtilUtil
end

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

Version data entries

6 entries across 6 versions & 1 rubygems

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