Module: GamificationHelper

Defined in:
app/helpers/gamification_helper.rb

Instance Method Summary collapse

Instance Method Details

#in_gamified_context?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'app/helpers/gamification_helper.rb', line 2

def in_gamified_context?
  Organization.current.gamification_enabled?
end