Description:
    Creates a new controller class with the given name under the given module namespace

Example:
    rails generate versionist:new_controller test V2_0_0

    This will create:
        app/controllers/V2_0_0/test_controller.rb

    In addition this will create a test for the new controller using the test_framework currently configured in your Rails app.
