search for: member_system

Displaying 1 result from an estimated 1 matches for "member_system".

2006 Jan 29
3
SHLG and lib dir
...t;) controller or in ApplicationController. However, wherever I put it I get NoMethodError. The rest of the SHLG stuff seems to be working... or at least I could get to the signup page, register, and confirm my registration from the email it sent. But the login_required method -- which is in my member_system.rb ("member" is my "user") -- can''t be found. Hmm, although, I notice that the MemberSystem module has "protected" at the top... that means everything below is protected, right? Would that cause a problem? (that''s the way it was generated though, s...