mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-04-12 02:02:31 +02:00
4 lines
76 B
Ruby
4 lines
76 B
Ruby
class OAuth2Mapping < ActiveRecord::Base
|
|
belongs_to :o_auth2_provider
|
|
end
|