Hey guys, I'm trying to include a default invite message when users go to invite their friends. I created app/controllers/invitations_controller.rb and created a new method in my new controller. Now if I try to set @invitation.message = "A default message" nothing happens. I've restarted the server. No dice. http://gist.github.com/639507 I even tried to comment out the creation of the new invitation (#...@invitation = Invitation.new) to attempt to get an error message, low and behold, no error message.
So I'm clearly not understanding how something works here. Is desert loading my controller method AND the one defined in community engine? Is there some better way to accomplish what I'm trying to do? Cole -- You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.
