diff options
| author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-06-19 14:57:51 -0300 |
|---|---|---|
| committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-06-19 14:59:48 -0300 |
| commit | 76d6ec2a9a18ed92e1e8fdf445401a1e22f36713 (patch) | |
| tree | a8b4e1cf2e29c2a1093a62c4a525d27b935e36e2 /railties/lib/rails/generators/erb/controller | |
| parent | 498373468144b434322e8c3b2611ac5fc54e72ad (diff) | |
| download | rails-76d6ec2a9a18ed92e1e8fdf445401a1e22f36713.tar.gz rails-76d6ec2a9a18ed92e1e8fdf445401a1e22f36713.tar.bz2 rails-76d6ec2a9a18ed92e1e8fdf445401a1e22f36713.zip | |
Fix has_and_belongs_to_many in a namespaced model pointing to a non namespaced model
Now the following case will work fine
class Tag < ActiveRecord::Base
end
class Publisher::Article < ActiveRecord::Base
has_and_belongs_to_many :tags
end
Fixes #15761
Diffstat (limited to 'railties/lib/rails/generators/erb/controller')
0 files changed, 0 insertions, 0 deletions
