flyerhzm / rails_best_practices

a code metric tool for rails projects
http://rails-bestpractices.com
MIT License
4.16k stars 276 forks source link

False Positive restrict auto-generated routes with alias #305

Open campbecf opened 6 years ago

campbecf commented 6 years ago
def show
    # code here
end
alias index show

Will generate a message like

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