admanb / handtracker

A full rails web application that tracks decks of cards.
handtracker.heroku.com
7 stars 3 forks source link

HIGH - New action: Move #14

Open admanb opened 13 years ago

admanb commented 13 years ago

Move to deck, move to discard. Core code should be a move method defined in card_state:

def move(pile, location)

With pile being 'deck' or 'discard' and location being :top, :bottom, or an integer location. Moving should be possible from a variety of locations, but each origin should have a separate permission.