Commit 422afd238e7a2bab602f846c13bd0c0d8156269f
Committed by
Rafael Manzo
1 parent
52d84ce7
Exists in
colab
and in
4 other branches
Removed overrided method persisted?
Due update in KalibroGem, there's no need for that method in Mezuro. signed-off-by: Diego Araújo <diegoamc90@gmail.com>
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
app/models/metric_configuration.rb
... | ... | @@ -9,8 +9,4 @@ class MetricConfiguration < KalibroGem::Entities::MetricConfiguration |
9 | 9 | validates :weight, presence: true |
10 | 10 | validates :aggregation_form, presence: true |
11 | 11 | |
12 | - def persisted? | |
13 | - self.id != nil #FIXME: create method exists in KalibroGem | |
14 | - end | |
15 | - | |
16 | 12 | end | ... | ... |