shapeable/prototype-web

View on GitHub
web-app/app/models/user_alarm.rb

Summary

Maintainability
A
0 mins
Test Coverage
class UserAlarm < ApplicationRecord
    belongs_to :user, optional: true
      belongs_to :alarm, optional: true
end