Module: Sibu::ApplicationHelper

Defined in:
app/helpers/sibu/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#confObject



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

def conf
  Rails.application.config.sibu
end

#sibu_userObject



7
8
9
# File 'app/helpers/sibu/application_helper.rb', line 7

def sibu_user
  send(conf[:current_user])
end