indeed... sorry I just get in the habit of helping newbies who do would do well 
to learn more advanced introspection/debegging techniques. My bad.

Maybe your method is defined as delegate :x, :to => :y   ?  I hate that those 
don't work with Go-To-Declaration -- really drives me nuts



If you still can't find it, open up console, replace the object you are trying 
to introspect, and try @foo.method(:assign_attributes).source_location -- that 
should tell you exactly where it is defined.



On Sep 3, 2014, at 2:18 PM, skt <stibre...@gmail.com> wrote:

> Hi Jason,
> 
> I actually use RubyMine and Command-B takes you to the declaration of 
> function but since there is no declaration it tells me so. The same command 
> takes me to the declaration of update_attributes when I try it on that and 
> there is no assign_attributes function that I can find in 3.0.5.
> 
> Thanks for any pointers on why this function is not there in 3.0.5.
> 
> -S

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at http://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to