Skip to content
Snippets Groups Projects
Select Git revision
  • a337acaf27b1c24ee55d05e5d9944a04ce9a7eeb
  • main default protected
  • renovate/redis-5.x-lockfile
  • renovate/ruby
  • renovate/solid_queue-1.x-lockfile
  • renovate/selenium-webdriver-4.x-lockfile
  • renovate/icalendar-2.x-lockfile
  • renovate/debug-1.x-lockfile
  • renovate/turbo-rails-2.x-lockfile
  • renovate/gcr.io-kaniko-project-executor-1.x
  • eh22 protected
  • update-rubocop
12 results

Procfile.dev

Blame
  • stage.rb 291 B
    class Stage < ApplicationRecord
      belongs_to :conference
      has_many :sessions
    
      validates :ref_id, uniqueness: { scope: :conference_id }
    
      has_many :relevant_stage_links, class_name: 'RelevantStage'
      has_many :relevant_conferences, through: :relevant_stage_links, source: :conference
    end