# File lib/point/zone.rb, line 5 def collection_path(params = {}) params[:group] ? "zones?group=#{params[:group]}" : 'zones' end