Topic: Year drop down
I want to generate a drop down list based on list of year that generated dynamically starting from this year until the next 10 year.I'm still new to rails, only learned it by learning at railstutorial.org, looking at fedena source code(the reason why I am learning ruby), and some googling.Basically what I want to do is something like this<%= select :student, :admission_year,(Time.now.year..2022).to_a, :include_blank => {:year =>