Commit Graph

9 Commits

Author SHA1 Message Date
Cliff Braton 3524d8876d
Revert "Localise supports for two argument now (#904)" (#908)
This reverts commit 7b9267a4b5.
2021-05-27 14:07:37 -05:00
Vishal Zambre 7b9267a4b5
Localise supports for two argument now (#904)
Localise supports for two argument now
https://api.rubyonrails.org/classes/AbstractController/Translation.html#method-i-localize
2021-05-27 11:44:07 -05:00
oieioi 9cb42f6e71
Fix kwargs for Ruby 2.7 (#885)
* Fix kwargs for Ruby 2.7

* Test with Ruby 3.0

Co-authored-by: Nicolas Rodriguez <nicoladmin@free.fr>
2021-01-27 10:44:29 -06:00
Bruno Castro aaa06bd2f1 Fix some issues (#852)
* fix: Alias related issues

* fix: Safe navigation(&.) related issues
2019-05-31 09:08:31 -05:00
Shu Fujita 157eb95507 Clean and remove empty lines (#844)
## Description
Clean and remove empty lines by Rubocop.
2019-02-25 12:22:28 -06:00
Andrew Haines 50a3435acb Store helper proxies instead of raw view contexts
Closes #436.
2013-01-24 00:23:39 +00:00
Andrew Haines 0888133aa6 Documentation 2013-01-07 16:37:36 +00:00
Andrew Haines d017518b33 Use alias_method throughout for consistency 2012-10-31 22:27:40 +00:00
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