Class: Octodmin::Views::Posts::Index
- Inherits:
-
Object
- Object
- Octodmin::Views::Posts::Index
- Includes:
- Octodmin::View
- Defined in:
- app/views/posts/index.rb
Instance Method Summary collapse
Instance Method Details
#render ⇒ Object
6 7 8 |
# File 'app/views/posts/index.rb', line 6 def render _raw JSON.dump(posts: posts.map(&:serializable_hash)) end |