私のレール_form
コード:
<%= simple_form_for @admin_event, :html => { :class => 'main-form' } do |f| %>
<%= f.input :time_of_event, :format => l(:time_of_event, '%d %b. %Y'), :as => :string, :label => 'Hora', :input_html => { :class => 'thin', :placeholder => 'eg: 20:30' } %>
<% end %>
エラーメッセージが表示されます:
Cannot convert symbol to string.
_form
タイム コンバーターを使用してこのフィールドを常に表示するように設定するにはどうすればよい2000-01-01 19:30:00.000000
です19:30
か?