class TinyMCE::Rails::PropshaftManifest

def initialize(file)

def initialize(file)
  @file = file
  @manifest = JSON.parse(File.read(file))
end