Update based on the comment from Allen:
schema "events" do
field :duration_minutes, :integer, default: 60
end
Here is my previous answer that isn't as robust according to him:
<%= number_input f, :duration_minutes, value: 60 %>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…