1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/draper
Jacques Fuentes 7db9e224a0 move #helpers (delegates to HelperProxy) to module
Since the #helpers interface lives in a module, we
can now re-use the HelperProxy logic in custom
"Presenter" classes which do not inherit from
Draper::Decorator. These custom classes may either
wrap 1..N different collections of AR models
and/or POROs.
2012-10-16 10:38:51 -04:00
..
collection_decorator_spec.rb Rename DecoratedEnumerableProxy to CollectionDecorator 2012-10-09 10:07:14 +01:00
decoratable_spec.rb Rename model_support_spec to decoratable_spec 2012-10-11 18:43:00 +01:00
decorator_spec.rb Extract helper proxy 2012-10-14 23:01:15 +01:00
helper_proxy_spec.rb Extract helper proxy 2012-10-14 23:01:15 +01:00
security_spec.rb Extract Security class 2012-10-12 12:04:37 +01:00
view_helpers_spec.rb move #helpers (delegates to HelperProxy) to module 2012-10-16 10:38:51 -04:00