Rails always comes up with some and creative new features, and Rails 4 is no exception. One of the new features in Rails 4 is Strong Parameters. The basic idea behind Strong Parameters is to move mass-assignment protection out of the model and into the controller where it belongs. Just so were all on the...