Re: [Rails] finding function defenition

2020-03-21 Thread Ilya Makedon
ttps://groups.google.com/d/msgid/rubyonrails-talk/63fd8953-f3a8-47a9-a931-17dd2eb3cce4%40googlegroups.com > . > -- -- - Ilya Makedon -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscr

[Rails] finding function defenition

2020-03-21 Thread Ilya Makedon
How does one figure out where a definition of a function is given its call in Ruby on Rails code? For example, let's suppose, I didn't know what config/routes.rb is for. And I was looking at it and wanted to know what the function get does. It's not defined in routes.rb itself. There are no