Merge pull request #1286 from steveklabnik/master

Misspelled Draper
This commit is contained in:
Dmitriy Zaporozhets 2012-08-24 01:29:52 -07:00
commit 52f657aa15
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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)