Hi all

I'm working with the UserEngine and now I'm wondering, if I can use 
link_if_authorized() everywhere I'm using link_to() at the moment...?

If so, I could only overwrite the link_to method like the following, 
right?

Something::SomethingElse
  link_to(controller, action)
    link_if_authorized(controller, action)
  end
end

Thanks for help! :-)
Joshua

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to