Skip to content

Instantly share code, notes, and snippets.

@idlecool
Created April 30, 2013 09:49
Show Gist options
  • Save idlecool/5487728 to your computer and use it in GitHub Desktop.
Save idlecool/5487728 to your computer and use it in GitHub Desktop.
if @profile.availabilities.length == 0
0.upto(6).each {|index| @profile.availabilities.build(:day_number => index)}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment