summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/application_controller.rb
blob: 52b046ef64f6ee2658bb2d11ff46025f3c24acda (plain)
1
2
3
4
5
# frozen_string_literal: true

class Profiles::ApplicationController < ApplicationController
  layout 'profile'
end