readings_controller.rb 205 Bytes
include OwnershipAuthentication

class ReadingsController < ApplicationController
  before_action :authenticate_user!, except: [:show, :index]
  # before_action :reading_group_owner?, except: [:show]

end