Module: Comable::ApplicationHelper

Included in:
ApplicationController
Defined in:
app/helpers/comable/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#current_customerObject



3
4
5
# File 'app/helpers/comable/application_helper.rb', line 3

def current_customer
  @current_customer || load_customer
end