| Path: | app/helpers/muravey_web_helper.rb |
| Last Update: | Sun Apr 03 00:46:54 KRAST 2005 |
| Author: | Dmitry V. Sabanin <dmitry@sabanin.ru> |
| Copyright: | Copyright © 2005 MuraveyLabs, Ltd |
| URL: | muravey.net/opensource/ |
| Revision: | $Date: 2005/04/02 16:46:54 $ $Revision: 1.22 $ |
| License: | MIT |
This helper is a key part of MuraveyWeb API. You may want to add it to the controller where you want to render MW documents. This can be done via generic Rails helpers interface:
class ArticlesController < Application
helper :MuraveyWeb
end
After that, you can use helper methods in your views.