Sha256: 05420110f102f11599b2b577f24ab09c2eb307c6cbaa1da7b6734514af730519
Contents?: true
Size: 200 Bytes
Versions: 4
Compression:
Stored size: 200 Bytes
Contents
module Cul::Hydra::Controller def asset_url(source) URI.join(root_url, ActionController::Base.helpers.asset_path(source)) end def http_client @http_client ||= HTTPClient.new end end
Version data entries
4 entries across 4 versions & 1 rubygems