Created
October 8, 2016 11:44
-
-
Save zedtux/3a4654ac9f07b85fd6ed41f7f3f1e751 to your computer and use it in GitHub Desktop.
Right model with a renamed has_many association
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Right | |
… | |
has_many :levels, :class_name => ‘RightLevel’, :foreign_key => ‘right_id’ | |
… | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment