mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-09 14:27:55 -05:00
4 lines
55 B
Ruby
4 lines
55 B
Ruby
class User < ActiveRecord::Base
|
|
has_many :orders
|
|
end
|