Rubymine can not recognize path

2019-07-22 13:02发布

问题:

Even for the latest version of Rubymine(7.1), it could not recognise well some paths, for example:

<p><%= link_to 'Hello!', welcome_say_hello_path %></p>

Here, welcome_say_hello_path is defined in routes.rb:

get 'welcome/say_hello' => 'schools#search'

Is there anyone has the same problem?