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

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