Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-04-09 01:28:58 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-04-09 01:28:58 +0400
commit23d950855d6d2524d00b1f0618c008e2529f06a4 (patch)
treeadbf9d77a4ec9e437d285266de6892e0f17b960b /app/decorators
parent667edcdd7534206761fc9524e6eaa17f1c27b815 (diff)
Milestone basic scaffold
Diffstat (limited to 'app/decorators')
-rw-r--r--app/decorators/milestone_decorator.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/decorators/milestone_decorator.rb b/app/decorators/milestone_decorator.rb
new file mode 100644
index 00000000000..c881da0e9ad
--- /dev/null
+++ b/app/decorators/milestone_decorator.rb
@@ -0,0 +1,4 @@
+class MilestoneDecorator < ApplicationDecorator
+ decorates :milestone
+
+end