Sha256: d09a71d0f58bd63685272fd308f77764f9d134621b9a1a4270e2f600e88e0d47
Contents?: true
Size: 161 Bytes
Versions: 8
Compression:
Stored size: 161 Bytes
Contents
class Inkling::Permission < ActiveRecord::Base set_table_name 'inkling_permissions' belongs_to :role belongs_to :can_can_action belongs_to :type end
Version data entries
8 entries across 8 versions & 1 rubygems