Class: Decidim::Blogs::PostsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/decidim/blogs/posts_controller.rb

Overview

Exposes the blog resource so users can view them

Instance Method Summary collapse

Instance Method Details

#indexObject



9
# File 'app/controllers/decidim/blogs/posts_controller.rb', line 9

def index; end

#showObject



11
# File 'app/controllers/decidim/blogs/posts_controller.rb', line 11

def show; end