app/presenters/theme_presentation.rb in woople-theme-0.6.11 vs app/presenters/theme_presentation.rb in woople-theme-0.6.12
- old
+ new
@@ -36,20 +36,8 @@
end
end
def self.normalize_presenters(presenters)
presenters.reject!(&:nil?)
- add_class_delegation(presenters)
-
presenters
- end
-
- def self.add_class_delegation(presenters)
- presenters.each do |presenter|
- presenter.class_eval do
- def class
- __getobj__.class
- end
- end
- end
end
end