Hello I am new to rails. I was going through the gallery example in
Ajax on Rails book and i came accorss this code. It beats me what this
means. Please can one of you Rails Guru help me
[code]
%w(full thumb medium).each do |size|
class_eval <<-END
def #{size}
find_photo
send_data @photo.#{size}, :filename =>
"[EMAIL PROTECTED]", :type => 'image/jpeg', :disposition =>
'inline'
end
caches_page :#{size}
END
end
[code]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---