Marnen Laibow-Koser wrote:
> John Merlino wrote:
>> Hey all,
>> 
>> Does anyone know the difference between a singularized symbol
>> (:student_state) and a pluralized symbol (:student_states). How can they
>> be used differently. Thanks for suggestions.
> 
> They're completely different symbols.  What are you really trying to 
> ask?
> 
> Best,
> --
> Marnen Laibow-Koser
> http://www.marnen.org
> mar...@marnen.org

If one stemmed from this: StudentState.name.tableize and then was 
converted to a symbol (:student_states) and the other stemmed from this: 
StudentState.name.underscore and then was converted to a symbol 
(:student_state). StudentState is the model.  I see this done all the 
time. I'm just curious of what different functionality the two provide.
-- 
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 post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to