Commit f9ab136abdedb1ea1085e4e0a881371d6ad0dffb
1 parent
4b2e151f
Exists in
master
and in
4 other branches
Misspelled Draper
:)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/decorators/application_decorator.rb
1 | -class ApplicationDecorator < Drapper::Base | 1 | +class ApplicationDecorator < Draper::Base |
2 | # Lazy Helpers | 2 | # Lazy Helpers |
3 | # PRO: Call Rails helpers without the h. proxy | 3 | # PRO: Call Rails helpers without the h. proxy |
4 | # ex: number_to_currency(model.price) | 4 | # ex: number_to_currency(model.price) |