mirror of
https://github.com/github/rails.git
synced 2026-01-14 09:07:58 -05:00
3 lines
64 B
Ruby
3 lines
64 B
Ruby
class Admin::User < ActiveRecord::Base
|
|
belongs_to :account
|
|
end |