Skip to content

Instantly share code, notes, and snippets.

View ghedamat's full-sized avatar
🏔️
YakShaving

Mattia Gheda ghedamat

🏔️
YakShaving
View GitHub Profile
# frozen_string_literal: true
module ContinuingEducation
class CreditCoursesController < ApplicationController
rescue_from ActiveRecord::RecordNotFound do |_|
redirect_to 'https://precisionnutrition.com'
end
skip_authorization_check