class ArticlesController < ApplicationController
def index
end
def new
def create
def show
def edit
def update
def destroy
def star
protected
def check_current_user_is_admin
def article