Files
danbooru/app/logical
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
..
2020-06-16 21:36:15 -05:00
2021-01-04 18:35:50 -06:00
2020-06-16 21:36:15 -05:00
2019-11-09 14:42:30 -06:00
2019-08-01 00:06:18 -05:00
2020-12-31 06:50:10 -06:00
2020-06-16 21:36:15 -05:00
2020-06-16 21:36:15 -05:00
2020-06-16 21:36:15 -05:00