Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix has_and_belongs_to_many in a namespaced model pointing to a non ↵ | Rafael Mendonça França | 2014-06-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Fix how to compute class name on habtm namespaced. | Kassio Borges | 2014-05-13 | 1 | -0/+3 |
Thank's for @laurocaetano for the help with tests. :smiley: Fixes #14709 |