mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
3 lines
55 B
Ruby
3 lines
55 B
Ruby
class User < ActiveRecord::Base
|
|
belongs_to :role
|
|
end
|