Skip to content

Commit

Permalink
IncomingCrashController should be IncomingCrashFromACRAController
Browse files Browse the repository at this point in the history
closes #12
  • Loading branch information
jarofgreen committed May 19, 2015
1 parent edd6db6 commit a6c6146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -26,7 +26,7 @@
* @license Apache Open Source License 2.0 http://www.apache.org/licenses/LICENSE-2.0
* @link http://www.brokenopenapp.org/ BrokenOpenApp Home Page for docs and support
*/
class IncomingCrashController extends Controller
class IncomingCrashACRAController extends Controller
{
// TODO Disable in PROD environment
// public function generateTestDataAction()
Expand Down
@@ -1,6 +1,6 @@
_crash_add:
pattern: /crash/add
defaults: { _controller: JMBTechnologyBrokenOpenAppCoreBundle:IncomingCrash:add }
defaults: { _controller: JMBTechnologyBrokenOpenAppCoreBundle:IncomingCrashACRA:add }
methods: [POST]

_main_dashboard:
Expand Down

0 comments on commit a6c6146

Please sign in to comment.