summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-11-07 16:08:46 +0100
committerAndreas Maunz <andreas@maunz.de>2011-11-07 16:08:46 +0100
commit0cf433a84a050c4c2ab782d6e91603dc910c5484 (patch)
treec2740a36ab0b1ca6320e5a479907b59d6acaed75
parentdce530c27024faf332f60c1ae0bc67f797336add (diff)
Nicer comments
-rw-r--r--lazar.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lazar.rb b/lazar.rb
index 98734e4..5ae6c9c 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -80,7 +80,6 @@ post '/lazar/?' do
if params[:nr_hits] == "false" # if nr_hits is set optional to true/false it will return as String (but should be True/FalseClass)
lazar.nr_hits = false
- #params[:nr_hits] = false
elsif params[:nr_hits] == "true"
lazar.nr_hits = true
end
@@ -96,10 +95,12 @@ post '/lazar/?' do
+
#
# AM: features
#
- #
+ #
+ #
# READ OR CREATE
if params[:feature_dataset_uri]
@@ -187,6 +188,7 @@ post '/lazar/?' do
+
#
# AM: SETTINGS
#
@@ -207,9 +209,6 @@ post '/lazar/?' do
-
-
-
#
# AM TRANSFORMATIONS
#
@@ -249,6 +248,7 @@ post '/lazar/?' do
+
#
# AM: Metadata
#