diff options
| -rw-r--r-- | app/decorators/referential_decorator.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/decorators/referential_decorator.rb b/app/decorators/referential_decorator.rb index 9ebb6f330..0863b7f4b 100644 --- a/app/decorators/referential_decorator.rb +++ b/app/decorators/referential_decorator.rb @@ -74,7 +74,7 @@ class ReferentialDecorator < Draper::Decorator    private    # TODO move to a base Decorator (ApplicationDecorator) -  def has_feature?(*feature) +  def has_feature?(*features)      h.has_feature?(*features) rescue false    end | 
