Files
danbooru/app/models
evazion 0899194f6b Fix conflict between normalize and array_attribute macros.
Fix the `normalize` and `array_attribute` macros conflicting with each
other on the WikiPage model. This meant code like
`wiki_page.other_names = "foo bar"` didn't work. Both macros defined a
`other_names=` method, but one method overrode the other.

The fix is to use anonymous modules and prepend so we can chain method
calls with super.
2021-01-10 02:03:12 -06:00
..
2018-05-15 14:19:45 -07:00
2020-12-17 23:57:13 -06:00
2021-01-07 17:10:29 -06:00