debian-mirror-gitlab/app/controllers/profiles/application_controller.rb

6 lines
116 B
Ruby
Raw Normal View History

2018-12-05 23:21:45 +05:30
# frozen_string_literal: true
2015-09-11 14:41:01 +05:30
class Profiles::ApplicationController < ApplicationController
layout 'profile'
end