Class: AssetPathsFromManifest::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/asset_paths_from_manifest/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



19
20
21
# File 'lib/asset_paths_from_manifest/config.rb', line 19

def initialize
  @manifest_json_path = Rails.root.join('public', 'assets', 'manifest.json')
end

Instance Attribute Details

#manifest_json_pathObject

Returns the value of attribute manifest_json_path.



17
18
19
# File 'lib/asset_paths_from_manifest/config.rb', line 17

def manifest_json_path
  @manifest_json_path
end