You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
zmontesd edited this page Feb 6, 2013
·
1 revision
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