summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/accounts_controller.rb
blob: fe121691a10092034d86cf16ed1e6950d6a43607 (plain)
1
2
3
4
5
6
7
class Profiles::AccountsController < ApplicationController
  layout "profile"

  def show
    @user = current_user
  end
end