module Dpl::Assets
Public Instance Methods
Source
# File lib/dpl/helper/assets.rb, line 33 def asset(*args) name, namespace = args.reverse Asset.new(self, namespace || registry_key, name) end
# File lib/dpl/helper/assets.rb, line 33 def asset(*args) name, namespace = args.reverse Asset.new(self, namespace || registry_key, name) end