diff options
| author | mo khan <mo@mokhan.ca> | 2014-01-18 21:43:12 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-01-18 21:43:12 -0700 |
| commit | 953ac7936c10ea78a62fce90f97193f392dbfc5e (patch) | |
| tree | 8e4698043f5f93d31ea849ba0768a05bea09f252 /app/controllers/comments_controller.rb | |
| parent | 12a3ca784bcfc2c0ae69de5cbd79e45922c0c572 (diff) | |
add route to comments controller
Diffstat (limited to 'app/controllers/comments_controller.rb')
| -rw-r--r-- | app/controllers/comments_controller.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb new file mode 100644 index 00000000..449a7cb0 --- /dev/null +++ b/app/controllers/comments_controller.rb @@ -0,0 +1,3 @@ +class CommentsController < ApplicationController + +end |
