-
Notifications
You must be signed in to change notification settings - Fork 47
week3
zmontesd edited this page Feb 6, 2013
·
1 revision
$ git commit
$ git status
$ git push
*submit push request to: acanyon/RubyTuesdays-ConnectFour *on github click submit pull request button *pull request into master branch *this is just for review, solutions will not be merged
Why is the make_move method in the model rather than the controller? *it's kind of a rails convention, fatty models and lean controls *so the functionality can call on the model rather than the controller *this is helpful, if we ever wanted to do an AI for the project we would only want to access all the methods from the model