class BlogsController < ApplicationController def create render json: {} end def index render json: {} end def show render json: {} end end