Class: Octodmin::Views::Deploys::Create

Inherits:
Object
  • Object
show all
Includes:
Octodmin::View
Defined in:
app/views/deploys/create.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



6
7
8
# File 'app/views/deploys/create.rb', line 6

def render
  _raw JSON.dump(deploys: [message])
end