Add a Note about module->class change of Action

My change 575f4938 should be reverted I think. I used class Action for
implementing a model as a describable but I really should do is
implementing describable.
This commit is contained in:
Hiroshi Nakamura 2011-09-23 10:57:19 +09:00
parent c12cfb7371
commit d6f4aac07a
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ require 'jenkins/model'
module Jenkins
module Model
# TODO: I turned Action into Class from Module but it should be a bad idea.
# The change may be reverted. I used class Action for implementing a model
# as a describable but I really should do is implementing describable.
class Action
include Model