Class: Decidim::Blogs::PostsController

Inherits:
ApplicationController show all
Includes:
Flaggable
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



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

def index; end

#showObject



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

def show; end