rails_best_practices icon indicating copy to clipboard operation
rails_best_practices copied to clipboard

False Positive restrict auto-generated routes with alias

Open campbecf opened this issue 7 years ago • 0 comments

def show
    # code here
end
alias index show

Will generate a message like

config/routes.rb - restrict auto-generated routes api/model (only: [:show]

campbecf avatar Oct 23 '17 19:10 campbecf