search for: membersystem

Displaying 2 results from an estimated 2 matches for "membersystem".

2006 Jan 29
3
SHLG and lib dir
...ems 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, so I doubt it) Here''s my ApplicationController: class ApplicationController < ActionController::Base inclu...
2006 Feb 06
6
ActionMailer - ROR Recipes - Multipart/alternative
...mber) # Email header info @subject += "Forgotten password notification" # Email body substitutions @body["name"] = "#{member.firstname} #{member.lastname}" @body["login"] = member.login @body["url"] = url || MemberSystem::CONFIG[:app_url].to_s @body["app_name"] = MemberSystem::CONFIG[:app_name].to_s end Thanks for your assistance. Frank --------------------------------- Yahoo! Mail - Helps protect you from nasty viruses. -------------- next part -------------- An HTML attachmen...