osem-fcy/app/controllers
Espartaco Palma 490ea3c4b4
DRY on controllers/conferences_controller
Conferences.incoming is defined on the model as scope:

  scope :upcoming, (-> { where('end_date >= ?', Date.current) })
Conference.past

  scope :past, (-> { where('end_date < ?', Date.current) })
2021-03-06 19:00:47 +01:00
..
admin Remove travel schedule from registration 2021-03-06 04:09:02 +01:00
api Required changes for consistent controller & feature results 2018-11-20 17:30:56 -08:00
users fixes redirect loop 2019-12-20 08:26:22 -05:00
application_controller.rb Fixed some typos (#2695) 2020-10-30 11:06:43 +02:00
booths_controller.rb Merge pull request #2578 from rahul2240/master-alias 2019-08-10 18:41:34 +02:00
commercials_controller.rb Skip CSRF authenticity 2019-05-24 14:08:23 +02:00
conference_registrations_controller.rb Remove travel schedule from registration 2021-03-06 04:09:02 +01:00
conferences_controller.rb DRY on controllers/conferences_controller 2021-03-06 19:00:47 +01:00
confirmations_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
openids_controller.rb s/redirect_to :back/redirect_back/ 2019-05-05 09:40:50 +02:00
organizations_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
payments_controller.rb Rubocop autocorrections 2018-11-16 09:06:05 -08:00
physical_tickets_controller.rb Rubocop autocorrections 2018-11-16 09:06:05 -08:00
proposals_controller.rb s/redirect_to :back/redirect_back/ 2019-05-05 09:40:50 +02:00
registrations_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
schedules_controller.rb Fix gigitty link 2019-05-24 15:19:37 +02:00
subscriptions_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
surveys_controller.rb s/redirect_to :back/redirect_back/ 2019-05-05 09:40:50 +02:00
ticket_purchases_controller.rb Enable registration to proceed without requiring a ticket. 2019-02-16 00:53:40 +01:00
tickets_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
tracks_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
users_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00