#:enddoc: module RailsConnector # returns the filesystem path where the sources for the rails connector's couchdb views are stored. def self.couchdb_views_source_path File.expand_path("../../../db/views", __FILE__) end end