Created
June 26, 2013 18:48
-
-
Save sprite2005/5870221 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# game_bardo_state.rb | |
# tile_state.rb is in model directory as well | |
require 'tile_state' | |
class GameBoardState < ActiveRecord::Base | |
belongs_to :game | |
serialize :board_state | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment