Arbre helper for Rails #464
timoschilling
started this conversation in
Ideas
Replies: 1 comment
-
👍 for the dup approach. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Example written from @seanlinsley on activeadmin/activeadmin#2874:
The other option is to use a preinitialised instance that be dup for each call:
dup
is ~3 times faster thatnew
Beta Was this translation helpful? Give feedback.
All reactions