Sha256: c069d77707499792e7e42a3de57c90c63a0a7db41b2e746434d2b2cbd216f6f1

Contents?: true

Size: 189 Bytes

Versions: 6

Compression:

Stored size: 189 Bytes

Contents

module Refinery
  module Authentication
    module Devise
      class RolesUsers < Refinery::Core::BaseModel

        belongs_to :role
        belongs_to :user

      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-authentication-devise-2.0.0 app/models/refinery/authentication/devise/roles_users.rb
refinerycms-authentication-devise-1.0.4 app/models/refinery/authentication/devise/roles_users.rb
refinerycms-authentication-devise-1.0.3 app/models/refinery/authentication/devise/roles_users.rb
refinerycms-authentication-devise-1.0.2 app/models/refinery/authentication/devise/roles_users.rb
refinerycms-authentication-devise-1.0.1 app/models/refinery/authentication/devise/roles_users.rb
refinerycms-authentication-devise-1.0.0 app/models/refinery/authentication/devise/roles_users.rb