summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-08-24 01:29:52 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-08-24 01:29:52 -0700
commit52f657aa15e730c686eeb16dc102d2e5ce46d524 (patch)
tree5c53492b3846209ab2a86beb65fe8b0fcf94768f
parentd66f69221a31a534ec0df47f1ba19e4a698a2b69 (diff)
parent4d9197efa819730de6ed4b927dc2c34270be1ec6 (diff)
downloadgitlab-ce-52f657aa15e730c686eeb16dc102d2e5ce46d524.tar.gz
Merge pull request #1286 from steveklabnik/master
Misspelled Draper
-rw-r--r--Gemfile2
-rw-r--r--app/decorators/application_decorator.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4629383e986..045baa36974 100644
--- a/Gemfile
+++ b/Gemfile
@@ -54,7 +54,7 @@ gem "unicorn"
gem "acts-as-taggable-on", "2.3.1"
# Decorators
-gem "drapper"
+gem "draper"
# Background jobs
gem "resque", "~> 1.20.0"
diff --git a/app/decorators/application_decorator.rb b/app/decorators/application_decorator.rb
index 7bc88648c77..3023699e700 100644
--- a/app/decorators/application_decorator.rb
+++ b/app/decorators/application_decorator.rb
@@ -1,4 +1,4 @@
-class ApplicationDecorator < Drapper::Base
+class ApplicationDecorator < Draper::Base
# Lazy Helpers
# PRO: Call Rails helpers without the h. proxy
# ex: number_to_currency(model.price)