Sha256: 470799c716a68d6f82870fe5082b5b4f979cb8cb0959283bedb0e8dc050657cd

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

module Tang
  class Account::ApplicationController < ApplicationController
    before_action :authenticate_user!

    def current_customer
      @current_customer ||= current_user
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tang-0.0.1 app/controllers/tang/account/application_controller.rb