On May 23, 11:39 am, Erwin <[email protected]> wrote: > def remote_container_id; @remote_container_id; end > def request_id; @request_id; end > def user_id; @user_id; end
by the way, if you were to write attr_reader :remote_container_id, :request_id, :user_id then that would write your reader methods for you Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

