API de comptabilité horaire.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

joined_user_activity.rb 91B

1234
  1. class JoinedUserActivity < ApplicationRecord
  2. belongs_to :user
  3. belongs_to :activity
  4. end