osem-fcy/app
Michael Ball 1f7877ccd9 Re-order Conference Associations
The current order leads to an error on the route
GET /conferences/:short_name/physical_tickets

The Rails error message was rather helpful! 😁

```
Completed 500 Internal Server Error in 35ms (ActiveRecord: 12.0ms)
ActiveRecord::HasManyThroughOrderError (Cannot have a has_many :through association 'Conference#physical_tickets' which goes through 'Conference#ticket_purchases' before the through association is defined.):
 app/controllers/admin/physical_tickets_controller.rb:11:in `index'
```
2020-01-09 01:13:27 -08:00
..
assets Cleanup CSS add Snap! style block attachments 2020-01-08 23:18:03 -08:00
controllers Tweak CSS, fix loding order 2020-01-07 23:58:25 -08:00
datatables Remove travel schedule from registration 2020-01-06 15:04:59 -08:00
helpers Add a snap logo to the navbar 2020-01-07 00:08:05 -08:00
jobs Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
mailers Rubocop autocorrections 2018-11-16 09:06:05 -08:00
models Re-order Conference Associations 2020-01-09 01:13:27 -08:00
pdfs Gracefully fail out of image handling in ticket PDF 2018-12-19 12:30:45 -08:00
serializers Required changes for consistent controller & feature results 2018-11-20 17:30:56 -08:00
uploaders Uploader changes based on https://github.com/carrierwaveuploader/carrierwave 2018-11-14 13:29:39 -08:00
views Cleanup CSS add Snap! style block attachments 2020-01-08 23:18:03 -08:00