Created
May 19, 2020 22:33
-
-
Save staycreativedesign/8a2261a1765dd9ba2da1161342a3d32a to your computer and use it in GitHub Desktop.
I'm pretty sure that dob_year is coming back as an integer?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= f.date_select :dob_year, :start_year => 1995, :use_month_numbers => true %> | |
ActionView::Template::Error (undefined method `to_datetime' for 0:Fixnum): | |
208: <div class="col-sm-4 col-xs-7"> | |
1'], :class => "form-control margin-ten no-letter number", :prompt => "Day" %> | |
211: <%= f.date_select :dob_year, {:order => [:year], :start_year => 1920, :end_year => Date.today.year, :prompt => "Year" }, {:class => "texter"} %> | |
213: </div> | |
214: </div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment