Guest User

Untitled

a guest
Oct 17th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class Server < ActiveRecord::Base
  2.  
  3. belongs_to :game, :user
  4.  
  5. attr_accessible :game_id, :hostname, :password, :player_slots, :user_id
  6. end
Add Comment
Please, Sign In to add comment