1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Mislav Marohnić bc84bd17d1 fix reset_counters to work even with complex class names
e.g. it guesses that a belongs_to association to Namespace::MyModel is
named "my_model", unlike before where it would look up an association
named "namespace::mymodel" and fail.
2010-05-24 11:44:53 +02:00
..
assets
cases fix reset_counters to work even with complex class names 2010-05-24 11:44:53 +02:00
connections
fixtures Support fixtures for namespaced models [#2965 state:resolved] 2010-04-25 16:04:38 +02:00
migrations
models Fix failing test. 2010-05-21 16:20:56 +02:00
schema Support fixtures for namespaced models [#2965 state:resolved] 2010-04-25 16:04:38 +02:00
config.rb