Class: Octodmin::Views::Posts::Index

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

Instance Method Summary collapse

Instance Method Details

#renderObject



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

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