Sha256: 66dccf8a9da4e436cce327ffa0573c63dc50c245bbbc759640df576657436c20

Contents?: true

Size: 115 Bytes

Versions: 1

Compression:

Stored size: 115 Bytes

Contents

class UserRole < ActiveRecord::Base
  attr_accessible :role_id, :user_id
  belongs_to :role
  belongs_to :user
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
multiinsert-0.0.1 app/models/user_role.rb