Sha256: b3306ab134b0f7cd224a9d8f3073c2f1d2f2c6ddc592176cf16fbbd4276b0908

Contents?: true

Size: 295 Bytes

Versions: 10

Compression:

Stored size: 295 Bytes

Contents

module Arpa
  module Repositories
    module Profiles
      class RepositoryProfile < ActiveRecord::Base
        default_scope {where(removed: false).order(name: :asc)}

        has_and_belongs_to_many :roles, class_name: 'Arpa::Repositories::Roles::RepositoryRole'

      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
arpa-0.2.0 lib/arpa/repositories/profiles/repository_profile.rb
arpa-0.1.0 lib/arpa/repositories/profiles/repository_profile.rb
arpa-0.0.9 lib/arpa/repositories/profiles/repository_profile.rb
arpa-0.0.8 lib/arpa/repositories/profiles/repository_profile.rb
arpa-0.0.7 lib/arpa/repositories/profiles/repository_profile.rb
arpa-0.0.6 lib/arpa/repositories/profiles/repository_profile.rb
arpa-0.0.5 lib/arpa/repositories/profiles/repository_profile.rb
arpa-0.0.4 lib/arpa/repositories/profiles/repository_profile.rb
arpa-0.0.3 lib/arpa/repositories/profiles/repository_profile.rb
arpa-0.0.2 lib/arpa/repositories/profiles/repository_profile.rb