# File app/controllers/proposals_controller.rb, line 202 def check_auth public = [:show, :list, :by_author] return true if public.include? request.path_parameters['action'].to_sym end