Hi guys, For some forms, I have to print an asterisk along with each required field. Like most of the sites does. But, if I have this information in my model (validates_presence_of), is there a way to identify whether a field is required at the moment I am rendering it in the view? Something like: <%= ''* '' if obj.name.is_required? %><%= f.label :name, ''Name''%> Thanks in advance. -- Bruno Grasselli Blog: http://brunograsselli.com.br Twitter: http://twitter.com/grasselli -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.