Ruby on Rails
Wednesday, February 27, 2013
or
hours.map(&:my_hour)
--
Dheeraj Kumar
On Wednesday 27 February 2013 at 6:57 PM, Carlos Mathiasen wrote:
this work for me:hours.collect{|h| h.my_hour}--Matt'sOn Wed, Feb 27, 2013 at 10:25 AM, Werner <webagentur.laude@googlemail.com> wrote:Well my be I am a litte stubborn today..
What I need is an array
[20.0, 0.0, 0.0, 10.0]
Am Mittwoch, 27. Februar 2013 14:13:09 UTC+1 schrieb Carlos Mathiasen:Matt'sOn Wed, Feb 27, 2013 at 9:43 AM, Werner <webagent...@googlemail.com> wrote:Thanks..but
mhhh..it is not clear what you mean...
hour.join(",").to_s ?????
no effect..
Am Mittwoch, 27. Februar 2013 13:31:21 UTC+1 schrieb Dheeraj Kumar:override Hour's to_s method to return my_hour--Dheeraj KumarOn Wednesday 27 February 2013 at 5:53 PM, Werner wrote:
Hi
I have an attribute decimal => hour
If I do
hours.each do |h|
h.my_hour
end
I get => 20.0 0.0 0.0 10.0
And this..
myhour = []
hours.each do |h|
myhour << hourHere is the problem:myhour << h.my_hoursendTo unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
myhour.join(",")
I get =>
<Hour:0x007f81feec3330>,#<Hour:0x007f81feaa0c30>,
How do I get something like this ?
20.0, 0.0, 0.0, 10.0
Thanks for support
--
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 rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/6DIGUJ7JlhoJ.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/A6ElnCbknvMJ.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment