Class: Octodmin::Views::Posts::Create

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

Instance Method Summary collapse

Instance Method Details

#renderObject



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

def render
  _raw JSON.dump(posts: post.serializable_hash)
end