Sha256: 6f0b954e39845829e9ef18d69ece3aac171397a2fd390e8d59d8f0c1677d27af
Contents?: true
Size: 341 Bytes
Versions: 24
Compression:
Stored size: 341 Bytes
Contents
module ProgressHelper def lesson_practice_key_for(stats) if stats.try(:started?) :continue_lesson else :start_lesson end end #FIXME refactorme: similar methods def book_practice_key_for(student) if student.try(:last_exercise) :continue_practicing else :start_practicing end end end
Version data entries
24 entries across 24 versions & 1 rubygems