Class: Moon::Action::RespondBlank

Inherits:
Object
  • Object
show all
Defined in:
lib/moon/action/respond_blank.rb

Overview

The action responses a blank json response without any conditions.

Instance Method Summary collapse

Instance Method Details

#perform(context) ⇒ Object



5
6
7
# File 'lib/moon/action/respond_blank.rb', line 5

def perform(context)
  Moon::Response::JSON::Blank.new
end