The action responses a blank json response without any conditions.
5 6 7
# File 'lib/moon/action/respond_blank.rb', line 5 def perform(context) Moon::Response::JSON::Blank.new end