this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

authenticating tag creation is a good idea

+1 -1
+1 -1
app/controllers/tags_controller.rb
··· 1 1 class TagsController < ApplicationController 2 2 # before_action :set_tag, only: %i[ show edit update destroy ] 3 - before_action :authenticate_user!, only: %i[ show edit update destroy ], except: [:show, :index] 3 + before_action :authenticate_user!, except: [:show, :index] 4 4 5 5 # GET /tags or /tags.json 6 6 def index