Noir エラー ページに表示されるエラー:java.io.FileNotFoundException: Could not locate boundaries/lat_long__init.class or boundaries/lat_long.clj on class path
それを必要とするコード:
(ns boundaries.views.boundary
(:use noir.core
hiccup.core
hiccup.page-helpers)
(:require
[boundaries.lat-long :as lat-long]
[noir.response :as resp]))
lat_long
指定されたの代わりに探しているのはなぜlat-long
ですか? bounds/lat-long.clj と、対応するboundary.lat-long 名前空間が存在します。