module Helper def inline_json(path) className = File.basename(path, File.extname(path)) "" end end use_helper Helper