Start to implement issue labels.

This commit is contained in:
takezoe
2013-06-24 13:53:10 +09:00
parent b591cc1454
commit dff658aa68
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package app
class LabelsController extends LabelsControllerBase
trait LabelsControllerBase extends ControllerBase {
}