do not require user login for node#ping
authorTom Clegg <tom@clinicalfuture.com>
Sat, 9 Feb 2013 08:06:42 +0000 (03:06 -0500)
committerTom Clegg <tom@clinicalfuture.com>
Sat, 9 Feb 2013 08:06:42 +0000 (03:06 -0500)
app/controllers/orvos/v1/nodes_controller.rb

index 4629d969a82d189550bde91a495148b3ae4500d8..105fe95a47ec63cb8b93fd3d0f185b65cd973e9f 100644 (file)
@@ -1,4 +1,6 @@
 class Orvos::V1::NodesController < ApplicationController
+  skip_before_filter :login_required, :only => :ping
+
   def create
     @object = Node.new
     @object.save!