up vote 0 down vote favorite
share [g+] share [fb]

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!

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

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

link|improve this answer
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 '09 at 4:30
feedback

Your Answer

 
or
required, but never shown

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