week3 - acanyon/RubyTuesdays-ConnectFour GitHub Wiki

pull requests on GitHub, show us your code to receive feedback

$ 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

Question

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