vote up 0 vote down star

Hi!

How do you enforce DRY when you have shared code amongst rjs files? I'm trying to avoid the duplicated code in this example:

thanks!

flag

1 Answer

vote up 2 vote down check

Hmm... Could you possibly put the code in a Helper?

link|flag
That is exactly what you should do. RJS is just another view and that is where helpers are made to be used. – Jared Sep 21 at 4:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.