Hi everyone
Whats the best way to disable additional html generation for date helpers in Rails?
Lets say i have a field on form <%= select_month(...) %> and it generates div class and new span inside. Is there a way to generate just the select html tag?
Of course i can generate the whole tag by myself, but just wanted to know if thats possible.
Thanks