Sha256: 793741bfa268541372999a338c07f754dbe565ab747a56126e9aadf07f0af6f7

Contents?: true

Size: 127 Bytes

Versions: 8

Compression:

Stored size: 127 Bytes

Contents

module Gamification
  class Medal < ApplicationRecord
    belongs_to :goal

    mount_uploader :image, ImageUploader
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
go_gamification-0.0.20 app/models/gamification/medal.rb
go_gamification-0.0.19 app/models/gamification/medal.rb
go_gamification-0.0.18 app/models/gamification/medal.rb
go_gamification-0.0.17 app/models/gamification/medal.rb
go_gamification-0.0.16 app/models/gamification/medal.rb
go_gamification-0.0.15 app/models/gamification/medal.rb
go_gamification-0.0.14 app/models/gamification/medal.rb
go_gamification-0.0.13 app/models/gamification/medal.rb