Rails 100% newb issue - send() method
问题 Could someone please help me to understand what the 'send()' method listed below is used for? The code below, when I am reading it, makes no sense what purpose it's serving. It's a Rails app using Ruby 1.8.7 with Rails 1.2.3. Please don't harp on me about upgrading, it's a client's environment, so I don't have that sort of leisure. Needless to say though, the statement I am referring to is like this; def do_schedule @performance = Performance.new(params[:performance]) @performer = Performer