Sha256: cae44a92b30920a6071ea1cb38679e016aa6d6c4406f258b0ab4bfe1eb6ed181
Contents?: true
Size: 233 Bytes
Versions: 14
Compression:
Stored size: 233 Bytes
Contents
class PeakFlowUtils::ConfigurationService attr_accessor :paths_to_translate def self.current @current ||= PeakFlowUtils::ConfigurationService.new end def initialize @paths_to_translate = [Rails.root.to_s] end end
Version data entries
14 entries across 14 versions & 1 rubygems