search for: seller_id

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

Did you mean: scaler_id
2010 Jun 21
4
Unknown action No action responded to 2. Actions: show
...gt; <body> <p> <b>Name: </b><%= @ad. name %> </p> <p> <b>Description:</b><%= @ad. description %> </p> <p> <b>Price: </b><%= @ad. price %> </p> <p> <b>Seller Id: </b><%= @ad. seller_id %> </p> <p> <b>Email: </b><%= @ad. email %> </p> <p> <img src="<%= @ad.img_url %>"/> </p> </body> </html> Thanks. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subsc...
2006 Apr 16
3
variable variables?
Hi everyone, Does Ruby support variable variables like PHP (http://www.php.net/manual/en/language.variables.variable.php)? Or do I have to use eval, like some_hash.each_pair{|key, pair| eval "#{key} = #{value}" } Or is there some other way? I''m actually trying to figure this out in order to use ez_where to create its conditions from a hash, so if this isn''t even