Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <%= f.datetime_select :starts_at, :default => { :hour => 2.hours.from_now, :minute => 0 }, :order => [:day, :month, :year] %>
  2.  
  3. no implicit conversion of ActiveSupport::TimeWithZone into Integer
  4.  
  5. :hour => 2.hours.from_now.hour
  6.  
  7. :hour => 2.hours.from_now.hour
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement