Files
habitica/app/helpers/application_helper.rb
2012-02-04 16:39:56 -05:00

7 lines
92 B
Ruby

module ApplicationHelper
def score
current_user.habits.sum('score').to_i
end
end