0

我有下面的表格。我实例化 @month @month = ' ' 并且我的集合是我想要显示所选月份并在下面显示的月份列表。我想我需要刷新页面或者使用 ajax。当我刷新页面时,我失去了@month - 如果我曾经拥有它

我该怎么做呢?

= simple_form_for @month, html: { :class => 'form-inline' } do |f|
    = f.input :month, label: 'Report Month', collection: month_select
  = submit_tag 'refresh', class: 'btn btn-mini'
.row
.span11
%h4 The number of different Households served during: #{@month}
4

0 回答 0