Sha256: 4032c1c08f6a90c11001af7150a2ed019e5ebf0a843cc6f780682088e7c67387
Contents?: true
Size: 334 Bytes
Versions: 120
Compression:
Stored size: 334 Bytes
Contents
# == Schema Information # # Table name: permissions # # id :integer(4) not null, primary key # role_id :integer(4) not null # user_id :integer(4) not null # created_at :datetime # updated_at :datetime # class Permission < ActiveRecord::Base unloadable belongs_to :user belongs_to :role end
Version data entries
120 entries across 120 versions & 1 rubygems