demarches-normaliennes/app/models/team_account.rb

7 lines
116 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class TeamAccount
extend ActiveModel::Naming
extend ActiveModel::Translation
end