Class: Octodmin::Views::Version::Show

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

Instance Method Summary collapse

Instance Method Details

#renderObject



6
7
8
# File 'app/views/version/show.rb', line 6

def render
  _raw JSON.dump(versions: version)
end