3 lines
85 B
Ruby
3 lines
85 B
Ruby
class Profiles::ApplicationController < ApplicationController
|
|
layout 'profile'
|
|
end
|