[Rails] Re: String interpolation
Thanks you for reply!
I already solved originaly problem with Interpolate features from I18n.
среда, 23 октября 2013 г., 17:53:19 UTC+4 пользователь Ruby-Forum.com User написал:
-- I already solved originaly problem with Interpolate features from I18n.
среда, 23 октября 2013 г., 17:53:19 UTC+4 пользователь Ruby-Forum.com User написал:
I'm not sure what the standard is, but I expect you'd handle the
conditional when entering the value into the hash.
hash = {}
hash[:reward] = condition ? "Bark five times" : "Bark four times"
"%{reward}" % hash
--
Posted via http://www.ruby-forum.com/.
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3f3e9e1a-8710-4d10-a69a-2b1217faa3f3%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home