Hi,

I know, bad form to follow up on one's own posts, but the simple
(stupid) resolution was to follow all the installation instructions and
add change app/helpers/application_helper.rb to look like:

module ApplicationHelper
  include LoginEngine
  include UserEngine
end

I'm just adding this so the solution is obvious if someone searches the
archives for a similar issue. In retrospect, the symptom is obvious enough.

-- Bob

Bob Apthorpe wrote:
> I have recent versions (as of 2/5/2006) LoginEngine and UserEngine
> installed and I can login in via admin, create users, etc. That part
> seems to be working. I'm having trouble setting permissions, roles, etc.
> When I go to http://localhost:3000/role/list I get an exception:
> 
> ----
>   Showing vendor/plugins/user_engine/app/views/role/list.rhtml where
> line #18 raised:
> 
> undefined method `link_if_authorized' for #<#<Class:0x408502e8>:0x408501e4>
...
_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to