Created
October 8, 2016 11:57
-
-
Save zedtux/5ffe0039be922188e911e27f5af071a9 to your computer and use it in GitHub Desktop.
Updated Right model with deprecate method
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 :right_levels | |
deprecate :levels, :right_levels | |
… | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment