module Sprockets
Public Class Methods
sync()
click to toggle source
# File lib/qiniu_rails/sprockets.rb, line 6 def self.sync config[:sync] end
sync=(sync)
click to toggle source
# File lib/qiniu_rails/sprockets.rb, line 10 def self.sync=(sync) self.config = hash_reassoc(config, :sync) { sync.dup } end