ruby on rails - How do I know which modules are associated with ActiveRecord::Base? -
ruby on rails - How do I know which modules are associated with ActiveRecord::Base? -
i'm having difficulty locating methods invoked on activerecord instances defined. come mixed-in module, can't find documentation indicating modules mixed in. there documentation anywhere lists modules mixed activerecord? or have open base.rb find out?
this specific instance of dealing rails in general- if want find method defined, how go looking it? people go straight code?
the rails source code can convoluted sure. when lost start going rails api , ctrl-f , method name. specific method asking about?
ruby-on-rails ruby activerecord
Comments
Post a Comment