class Blog::PostsController < ApplicationController def index end def new end def show end end