Skip to content
Snippets Groups Projects
Select Git revision
  • 245d5cad9beab38194b09020ac9844a1050b47c7
  • main default protected
  • 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
  • renovate/ruby
  • eh22 protected
  • update-rubocop
11 results

speakers_controller.rb

Blame
  • speakers_controller.rb 126 B
    class SpeakersController < ApplicationController
      def show
        @speaker = Speaker.find_by(ref_id: params[:ref_id])
      end
    end