readings_controller.rb 205 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 include OwnershipAuthentication class ReadingsController < ApplicationController before_action :authenticate_user!, except: [:show, :index] # before_action :reading_group_owner?, except: [:show] end